Merge pull request #7 from setiawanhu/dev

Updating README.md
This commit is contained in:
Setiawan 2020-11-21 00:44:22 +07:00 committed by GitHub
commit d450b33f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Laravel Madeline Proto
# Laravel MadelineProto
[![Latest Stable Version](https://poser.pugx.org/setiawanhu/laravel-madeline-proto/v)](//packagist.org/packages/setiawanhu/laravel-madeline-proto)
[![Total Downloads](https://poser.pugx.org/setiawanhu/laravel-madeline-proto/downloads)](//packagist.org/packages/setiawanhu/laravel-madeline-proto)
[![License](https://poser.pugx.org/setiawanhu/laravel-madeline-proto/license)](//packagist.org/packages/setiawanhu/laravel-madeline-proto)
@ -37,3 +37,7 @@ Please check [wiki](https://github.com/setiawanhu/laravel-madeline-proto/wiki) f
* This wrapper package is still not wrapping all the apis yet, I'm still focusing on wrapping the messages api.
* If you can't find the method that you want in Messages facade or need to use the default danog/MadelineProto api, you might want to use `MadelineProto::getClient()` facade method. It will return `danog\MadelineProto\API` object where you can call all the method provided by the [danog/MadelineProto](https://github.com/danog/MadelineProto) library.
# Thanks To
[Bryan Ramaputra](https://github.com/Ordinal43) for helping me to write readable documentations.