Skip to content

Commit 027aa8e

Browse files
committed
DOC: Fix grammar in README
1 parent 984e199 commit 027aa8e

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
@@ -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)
8888
The minimum C++ standard is C++11 and CMake 3.14.
8989
The 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

0 commit comments

Comments
 (0)