diff --git a/README.md b/README.md index b7e2e23..46b85f9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ On Debian-based Linux distributions you can do it as follows: ```sh sudo apt-get install libcurl4-openssl-dev libjson-c-dev cmake binutils make ``` -On Mac OSX, first insall macports from [MacPorts](https://www.macports.org/install.php) and in Terminal +On Mac OSX, first install macports from [MacPorts](https://www.macports.org/install.php) and in Terminal ```sh sudo port install cmake json-c curl ``` @@ -82,4 +82,4 @@ The [same example](test/echobot) is built as `echobot` executable under `Build/t } telebot_destroy(handle); -``` \ No newline at end of file +```