Skip to content

Commit 9900c40

Browse files
authored
Update README.md
1 parent d3e974e commit 9900c40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ clang++ yourfile.cpp libjson.a -o test
5353
clang++ yourfile.cpp -ljson -L <path_to_lib> -I <path_to_src> -o test
5454
```
5555

56-
# Test
57-
## Compile
56+
## Test
57+
### Compile
5858
```bash
5959
# This command will сompile the test version
6060
make test
6161
```
6262

63-
## conf.json:
63+
### conf.json:
6464
```json
6565
{
6666
"keyString": "secret123",
@@ -79,7 +79,7 @@ make test
7979
]
8080
}
8181
```
82-
## Run
82+
### Run
8383
```bash
8484
# Run test with the created file
8585

0 commit comments

Comments
 (0)