Skip to content

Commit 2cbc950

Browse files
committed
Update README.md
1 parent aa34f86 commit 2cbc950

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ This packages provides a full abstraction for Understand.io and provides extra f
1111

1212
### Quick start
1313

14-
1. Add this package to your composer.json:
14+
1. Add this package to your composer.json
1515

1616
```php
1717
"understand/understand-laravel": "0.0.*"
1818
```
1919

20-
2. Run:
20+
2. Update composer.json packages
2121

2222
```
2323
composer update
@@ -41,7 +41,7 @@ This packages provides a full abstraction for Understand.io and provides extra f
4141
'token' => 'my-input-token'
4242
```
4343

44-
6. Send your first event:
44+
6. Send your first event
4545

4646
```php
4747
// anywhere inside your Laravel app

0 commit comments

Comments
 (0)