Skip to content

Commit 38ec544

Browse files
committed
Fix typo in README
1 parent 7e368ef commit 38ec544

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
@@ -14,8 +14,8 @@ In the _root of the repository_ run the following commands:
1414
cmake .
1515
make & make install
1616
```
17-
A shared library called `libjson` will be created in `/usr/local/lib`
18-
The development headers will be found in `/usr/local/include/format`
17+
A shared library called `libjson` will be created in `/usr/local/lib`.
18+
The development headers will be found in `/usr/local/include/format`.
1919
### 2. Install JSON Pointer:
2020
```
2121
git clone https://github.com/karekoho/json-pointer.git

0 commit comments

Comments
 (0)