diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a205d..7081e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ### Notes - [:ledger: View file changes][1.2.2] ### Added -- Linked version numbers in changelog for easy verification of code changes. +- Linked version numbers in changelog for easy verification of code changes. ### Changed - Upgraded dependencies and bumped core to version 0.48.0. @@ -94,7 +94,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c - [:ledger: View file changes][1.0.0] ### Changed - [:exclamation:][1.0.0-bc-move] Move to `php-telegram-bot/telegram-bot-manager` on packagist. -- [:exclamation:][1.0.0-bc-move] Move to `TelegramBot\TelegramBotManager` namespace. +- [:exclamation:][1.0.0-bc-move] Move to `PhpTelegramBot\PhpTelegramBotManager` namespace. ## [0.44.0] - 2017-05-05 ### Notes diff --git a/README.md b/README.md index 16b769f..adbbe7a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ It is possible however, to override the core version that this library requires: ```yaml "require": { "php-telegram-bot/telegram-bot-manager": "^1.4", - "longman/telegram-bot": "dev-develop as 0.59" + "php-telegram-bot/core": "dev-develop as 0.59" } ``` @@ -137,7 +137,7 @@ Let's start off with a simple example that uses the webhook method: ```php