Skip to content

Commit c5e98a4

Browse files
authored
Update README.md
formatting
1 parent 3cd65bc commit c5e98a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
This program will take either a json file or a URL to a web service and build C++ classes to work with that data. By default it will create the serialization linkage for the JsonLink library that is part of https://github.com/beached/parse_json .
33

44
# Requirements
5-
CMake >= 2.8.12 https://cmake.org/
6-
Boost >= 1.58 https://www.boost.com/
7-
Curl https://curl.haxx.se/
5+
* CMake >= 2.8.12 https://cmake.org/
6+
* Boost >= 1.58 https://www.boost.com/
7+
* Curl https://curl.haxx.se/
88

99
Both Boost and Curl are often packaged within a Linux distribution and available for Windows/Mac
1010

0 commit comments

Comments
 (0)