From 631cc1b8c343210668a7c8ed91c28dbb25be203b Mon Sep 17 00:00:00 2001 From: Daniel Ladi <59119926+adanikel@users.noreply.github.com> Date: Mon, 4 Oct 2021 15:27:50 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d595211..29170ff 100644 --- a/README.md +++ b/README.md @@ -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).
Note that `.inl` files are included inside the main header.


You must initialize a `Client` object, which is one of the following: *[SpotClient, FuturesClientUSDT, FuturesClientCoin, OpsClient]*