Skip to content

Commit 447ddd2

Browse files
authored
Update README.md
1 parent 655251e commit 447ddd2

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,18 @@ The project is a naming convention checking tool executing on Windows/Linux/MacO
6565

6666
### Helps
6767

68-
- Show usage help to subcommands.
69-
``` pwsh
70-
$ cppnamelint -help
71-
```
72-
![](https://i.imgur.com/X6bE6L8.png)
68+
``` pwsh
69+
# Show usage help to subcommands.
70+
$ cppnamelint -help
71+
```
72+
![](https://i.imgur.com/X6bE6L8.png)
7373

74-
- Show usage help to `check` subcommand.
75-
``` pwsh
76-
$ cppnamelint check -help
77-
```
78-
![](https://i.imgur.com/xtuDptW.png)
74+
75+
``` pwsh
76+
# Show usage help to `check` subcommand.
77+
$ cppnamelint check -help
78+
```
79+
![](https://i.imgur.com/xtuDptW.png)
7980

8081

8182
————————————————————————————————————————————

0 commit comments

Comments
 (0)