Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
M.H Rezaei tabar authored and M.H Rezaei tabar committed Oct 16, 2019
1 parent 7f9b308 commit b14cdbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# vandar-laravel
laravel library for vandar gateway

##Installation
###step 1
## Installation
### step 1
run this command :
``composer require rfmhb2/vandar-laravel``
###step 2
### step 2
add this to ``config/services.php``
```php
'vandar' => [
Expand All @@ -14,7 +14,7 @@ add this to ``config/services.php``
]
```
you can find your api in [vandar dashboard](dash.vandar.io).
##Usage
## Usage
before stating usage of this package first add this line top of the class
```php
use Vandar\Laravel\Facade\Vandar;
Expand Down

0 comments on commit b14cdbd

Please sign in to comment.