summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJellyBrick <shlee1503@naver.com>2018-06-02 03:19:27 +0900
committerJellyBrick <shlee1503@naver.com>2018-06-02 03:19:27 +0900
commit0f4e792a641527aa590a1a9e23bdaad2f16ab6bc (patch)
treef88e480700cb36f8acdcfdebcbac01328f16c98d
parentc30a700778adca8657bcf61632816f0b6a2d082b (diff)
Readme typo
-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
```