Skip to content

Commit

Permalink
Update readme to suggest 0.3.* to make sure the latest PHP Telegram B…
Browse files Browse the repository at this point in the history
…ot is used.

[skip ci]
  • Loading branch information
noplanman committed Jan 4, 2017
1 parent a4eaa71 commit d3f720f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Installation and usage is pretty straight forward:
Either run this command in your command line:

```
composer require noplanman/telegram-bot-manager:^0.2
composer require noplanman/telegram-bot-manager:^0.3
```

**or**
Expand All @@ -29,7 +29,7 @@ For existing Composer projects, edit your project's `composer.json` file to requ

```js
"require": {
"noplanman/telegram-bot-manager": "^0.2"
"noplanman/telegram-bot-manager": "^0.3"
}
```
and then run `composer update`
Expand Down

0 comments on commit d3f720f

Please sign in to comment.