Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
karekoho committed Jan 9, 2021
1 parent cc8616f commit 8e7897e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ In the _root of the repository_ run the following commands:
cmake .
make & make install
```
A shared library called `libjson` will be created in `/usr/local/lib`
The development headers will be found in `/usr/local/include/format`
A shared library called `libjson` will be created in `/usr/local/lib`. The development headers will be found in `/usr/local/include/format`.
#### Include
```c++
<format/json.h>
Expand Down

0 comments on commit 8e7897e

Please sign in to comment.