Skip to content

Commit 552b73f

Browse files
committed
polish
1 parent 6df05cf commit 552b73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ or with spring-boot plugin `mvn spring-boot:run -Dspring-boot.run.arguments="--n
7777
> if you are using different server port, it will be picked up automatically from `server.port` property.
7878

7979
#### ⚙️ advanced configuration
80-
###### ngrok configuration file(s)
80+
##### ngrok configuration file(s)
8181
If you want to start ngrok with configuration file or files, you can use `ngrok.config` property:
8282
```properties
8383
ngrok.config=/home/user/custom-ngrok-config.yml
@@ -106,7 +106,7 @@ ngrok.command=http -region=us -hostname=dev.example.com 8000
106106
# should be = /home/user/.ngrok2/ngrok http -region=us -hostname=dev.example.com 8000
107107
```
108108

109-
###### Optional properties & descriptions
109+
##### Optional properties & descriptions
110110
```properties
111111
# if you've got already running Ngrok instance somewhere else, you can specify its host & port, whoch defaults are:
112112
ngrok.host=http://127.0.0.1

0 commit comments

Comments
 (0)