Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flashnuke authored Oct 4, 2021
1 parent 004ebaa commit 631cc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These 3 must be installed in order to use the library.


# Documentation
In order to use this library, you must have all dependencies installed. Only one `#include` statement is required - `#include "include/Binance_Client.h"`, and add all content of `/src` directory should be added to the Source files.
In order to use this library, you must have all dependencies installed. Only one `#include` statement is required - `#include "include/Binance_Client.h"`, and all source files are inside the `/src` directory (You can copy an example from `/examples` into `/src` and compile using the compilation lines provided below).
<br />Note that `.inl` files are included inside the main header.
<br /> <br />
<br />You must initialize a `Client` object, which is one of the following: *[SpotClient, FuturesClientUSDT, FuturesClientCoin, OpsClient]*
Expand Down

0 comments on commit 631cc1b

Please sign in to comment.