Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Jun 20, 2018
1 parent 18e969a commit 0e779b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ First of all you need create your own bot and obtain a token
You can use **Telegram::Bot::Api** standalone


```
```php
<?php

$api = new \Telegram\Bot\Api('BOT TOKEN');
$user = $api->getMe();
```
Expand Down Expand Up @@ -86,7 +88,7 @@ $handler->handle();

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Stajor/telegram-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
Bug reports and pull requests are welcome on GitHub at https://github.com/Stajor/telegram-bot. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

Expand Down

0 comments on commit 0e779b4

Please sign in to comment.