summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50d7305..dc1a7ea 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ sudo make install
g++ telegram_bot.cpp -o telegram_bot --std=c++11 -I/usr/local/include -lTgBot -lboost_system -lssl -lcrypto -lpthread
```
-### Bot compile define
+### Options available when compiling bot
#### With CMake
```