Browse Source

Merge pull request #48 from iamvery/patch-1

Fix whitespace in example "debug.yml"
inconshreveable 11 years ago
parent
commit
dd6e3f207a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/DEVELOPMENT.md

+ 1 - 1
docs/DEVELOPMENT.md

@@ -50,7 +50,7 @@ Create an ngrok configuration file, "debug.yml" with the following contents:
     tunnels:
     tunnels:
       test:
       test:
         proto:
         proto:
-	  http: 8080
+          http: 8080
 
 
 
 
 Then run ngrok with either of these commands:
 Then run ngrok with either of these commands: