We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e974e commit 9900c40Copy full SHA for 9900c40
README.md
@@ -53,14 +53,14 @@ clang++ yourfile.cpp libjson.a -o test
53
clang++ yourfile.cpp -ljson -L <path_to_lib> -I <path_to_src> -o test
54
```
55
56
-# Test
57
-## Compile
+## Test
+### Compile
58
```bash
59
# This command will сompile the test version
60
make test
61
62
63
-## conf.json:
+### conf.json:
64
```json
65
{
66
"keyString": "secret123",
@@ -79,7 +79,7 @@ make test
79
]
80
}
81
82
-## Run
+### Run
83
84
# Run test with the created file
85
0 commit comments