We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa34f86 commit 2cbc950Copy full SHA for 2cbc950
README.md
@@ -11,13 +11,13 @@ This packages provides a full abstraction for Understand.io and provides extra f
11
12
### Quick start
13
14
-1. Add this package to your composer.json:
+1. Add this package to your composer.json
15
16
```php
17
"understand/understand-laravel": "0.0.*"
18
```
19
20
-2. Run:
+2. Update composer.json packages
21
22
23
composer update
@@ -41,7 +41,7 @@ This packages provides a full abstraction for Understand.io and provides extra f
41
'token' => 'my-input-token'
42
43
44
-6. Send your first event:
+6. Send your first event
45
46
47
// anywhere inside your Laravel app
0 commit comments