8000 [Docs] Fix typo in testing package name (#99) · CodingSeo/laravel-json-api@5428b03 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 5428b03

Browse files
moneallindyhopchris
authored andcommitted
[Docs] Fix typo in testing package name (cloudcreativity#99)
The composer command to install the json-api-testing package had a typo
1 parent 1daaab9 commit 5428b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Install using [Composer](http://getcomposer.org):
66

77
``` bash
88
$ composer require cloudcreativity/laravel-json-api
9-
$ composer require --dev cloucdreativity/json-api-testing
9+
$ composer require --dev cloudcreativity/json-api-testing
1010
```
1111

1212
This package's service provider and facade will be automatically added using package discovery. You will
@@ -18,7 +18,7 @@ Install using [Composer](http://getcomposer.org):
1818

1919
``` bash
2020
$ composer require cloudcreativity/laravel-json-api
21-
$ composer require --dev cloucdreativity/json-api-testing
21+
$ composer require --dev cloudcreativity/json-api-testing
2222
```
2323

2424
Add the package service provider to your `config/app.php` providers array.

0 commit comments

Comments
 (0)
0