Skip to content

Commit 4a5bfc0

Browse files
committed
docs: fix heading level
1 parent bd661b9 commit 4a5bfc0

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
@@ -44,7 +44,7 @@ There is an extra command: `cloudflared remove-bin`, which will remove the `clou
4444

4545
## Library Usage
4646

47-
## Binary Path & Install
47+
### Binary Path & Install
4848

4949
```js
5050
import { bin, install } from "cloudflared";
@@ -63,7 +63,7 @@ spawn(bin, ["--version"], { stdio: "inherit" });
6363
- `bin`: The path of the binary.
6464
- `install`: A function that installs the binary to the given path.
6565

66-
## Tunnel
66+
### Tunnel
6767

6868
Checkout [`examples/tunnel.js`](examples/tunnel.js).
6969

0 commit comments

Comments
 (0)