From 06b20a27030b1f8e8adbef38bbba8a779b31fb1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czechowski?= Date: Tue, 25 Sep 2018 16:46:03 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 720ba3e..ffbf162 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Nodejs wrapper that communicates with the Telegram API. Underlyingly makes use of telegram-cli (https://github.com/vysheng/tg). -##Installation +## Installation 1. To run it locally run the following command: @@ -26,7 +26,7 @@ Underlyingly makes use of telegram-cli (https://github.com/vysheng/tg). This will compile the code in the included tg submodule into the `tg/bin` directory. -##Running it the first time +## Running it the first time While in the root of this project, first run the binary in the `tg/bin` directory by doing: @@ -47,6 +47,6 @@ tgapi.connect(function(connection){ ``` -##Windows +## Windows Haven't tested this for Windows (yet)