Skip to content

Commit b6419bd

Browse files
committed
Merge pull request #1 from anshad/patch-1
Update README.md
2 parents 20a32b1 + 89e150e commit b6419bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ You'll then need to run `composer install` to download it and have the autoloade
2222
```
2323
$ php artisan config:publish torann/laravel-asana
2424
```
25+
Now add Asana in your providers array `app/config/app.php`
26+
27+
~~~
28+
'Torann\LaravelAsana\ServiceProvider'
29+
~~~
2530

2631
## Quick Examples
2732

@@ -65,4 +70,4 @@ Asana::updateProject(:project_id, array(
6570

6671
## Full Documentation
6772

68-
[View the official documentation](https://github.com/Torann/laravel-asana/wiki).
73+
[View the official documentation](https://github.com/Torann/laravel-asana/wiki).

0 commit comments

Comments
 (0)