Skip to content

Commit be23d97

Browse files
committed
Merge remote-tracking branch 'origin/master'
Conflicts: README.md
2 parents 6942a60 + b6419bd commit be23d97

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ You'll then need to run `composer install` to download it and have the autoloade
2323
$ php artisan config:publish torann/laravel-asana
2424
```
2525

26+
Now add Asana in your providers array `app/config/app.php`
27+
28+
~~~
29+
'Torann\LaravelAsana\ServiceProvider'
30+
~~~
31+
2632
## Quick Examples
2733

2834

@@ -92,7 +98,7 @@ Asana::getTaskStories($task_id);
9298
#### Commenting on a task
9399

94100
```php
95-
Asana::commentOnTask($task_id, 'Please please! Don't assign me this task!');
101+
Asana::commentOnTask($task_id, "Please please! Don't assign me this task!");
96102
```
97103

98104
#### Add a tag to a task

0 commit comments

Comments
 (0)