File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The client supports both streaming live and historical data through similar inte
1010
1111## Usage
1212
13- A simple program that fetches a days worth of historical trades for all ES symbols and prints it looks like this:
13+ A simple program that fetches a day's worth of historical trades for all ES symbols and prints it looks like this:
1414
1515``` cpp
1616#include < databento/historical.hpp>
@@ -88,7 +88,7 @@ target_link_libraries(my_library PRIVATE databento::databento)
8888The minimum C++ standard is C++11 and CMake 3.14.
8989The library has the following dependencies:
9090- [ cpp-httplib (header only)] ( https://github.com/yhirose/cpp-httplib )
91- - OpenSSL
91+ - [ OpenSSL] ( https://www.openssl.org/ )
9292- [ nlohmann_json (header only)] ( https://github.com/nlohmann/json )
9393- [ Zstandard (zstd)] ( https://github.com/facebook/zstd )
9494
You can’t perform that action at this time.
0 commit comments