diff --git a/README.md b/README.md index 2628d40..9333a95 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Also, pay attention to ["what data to put into tracking data"](#tracking_data) s 90% benefit from analytics usage lies in right integration;) ## JavaScript example -Install npm: `npm install botanio` +Install via npm: `npm install botanio` ```js var botan = require('botanio')(token); @@ -55,9 +55,11 @@ You can do it with pip install requests +Install via pip: `pip install botanio` + Code: ```python - import botan + from botanio import botan botan_token = '.........' # Token got from @botaniobot uid = message.from_user