Skip to content

Commit 08098a5

Browse files
docs: fix README headers
1 parent a6ea859 commit 08098a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple command for starting vscode in a remote ssh folder.
44

5-
# Usage
5+
## Usage
66

77
You need to have node and vscode installed.
88

@@ -24,7 +24,7 @@ alternativly you can also run directly via npx (note: only the `ssh-code` comman
2424
npx ssh-code user@host:/path
2525
```
2626

27-
# How it works
27+
## How it works
2828

2929
All it does is parse the user, host and path from the arguments and run the vscode command:
3030
```
@@ -33,6 +33,6 @@ code --folder-uri=vscode-remote://ssh-remote+<user>@<host>/<path>
3333

3434
see the [related issue](https://github.com/microsoft/vscode-remote-release/issues/3324) for more info.
3535

36-
# License
36+
## License
3737

3838
MIT

0 commit comments

Comments
 (0)