From 49adca5363792576e89c80157a4e88a3371b27b5 Mon Sep 17 00:00:00 2001 From: Ilya Brin <464157+ilyabrin@users.noreply.github.com> Date: Wed, 15 Apr 2020 02:09:24 +0300 Subject: [PATCH 1/2] Tiny typo fix in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7e2e23..4c22fc4 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) 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 +``` From 2afe79e17e089f03baefe1427e4bb27c9df84b9b Mon Sep 17 00:00:00 2001 From: Ilya Brin <464157+ilyabrin@users.noreply.github.com> Date: Thu, 16 Apr 2020 12:24:44 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c22fc4..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 install macports from [MacPorts](https://www.macports.org/install.php) 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 ```