Skip to content

Commit

Permalink
small fix in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenin committed Apr 20, 2014
1 parent a6dc779 commit 3dafd25
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ PHP-класс для работы с api сервиса [sms.ru](http://sms.ru)

## Использование

Подключение класса:

require_once 'src/Zelenin/smsru.php';

Простая авторизация (с помощью api_id):

$sms = new \Zelenin\smsru( $api_id );
Expand Down Expand Up @@ -75,4 +71,4 @@ PHP-класс для работы с api сервиса [sms.ru](http://sms.ru)

## Автор

[Александр Зеленин](https://github.com/zelenin/), e-mail: [aleksandr@zelenin.me](mailto:aleksandr@zelenin.me)
[Александр Зеленин](https://github.com/zelenin/), e-mail: [aleksandr@zelenin.me](mailto:aleksandr@zelenin.me)

2 comments on commit 3dafd25

@ishukshin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zelenin установил через композер "zelenin/smsru": "dev-master", было бы здорово этот способ установки в ридми тоже отобразить. Я бы и сам это сделал, но не знаю, как это делать в публичном репо.

@zelenin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shukshin-ivan спасибо, добавил

Please sign in to comment.