Skip to content

Commit eb376fe

Browse files
authored
Update README.md
1 parent 0851fe4 commit eb376fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This library is an extension for the API of Binance. It is designed for writing
1010
<br /> More performance boosting features are planned to be added in the future. One of them is `constexpr` for string concatenation after the release of C++20.
1111
# Dependencies
1212

13-
1. JsonCPP (latest version tested: jsoncpp 1.9.3) https://github.com/open-source-parsers/jsoncpp
14-
2. CURL (latest version tested: curl 7.72.0) https://curl.haxx.se
15-
3. Boost/Beast websockets (latest version tested: boost-1.73.0) https://github.com/boostorg/beast
13+
1. [JsonCPP](https://github.com/open-source-parsers/jsoncpp) (latest version tested: jsoncpp 1.9.3)
14+
2. [CURL](https://curl.haxx.se) (latest version tested: curl 7.72.0)
15+
3. [Boost/Beast websockets](https://github.com/boostorg/beast) (latest version tested: boost-1.73.0)
1616

1717
These 3 must be installed in order to use the library.
1818

0 commit comments

Comments
 (0)