8000 [Docs] Fix typo in installation guide · GIANTCRAB/laravel-json-api@7c8972b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c8972b

Browse files
committed
[Docs] Fix typo in installation guide
Closes cloudcreativity#301
1 parent 05f1726 commit 7c8972b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Install using [Composer](http://getcomposer.org):
44

55
``` bash
66
$ composer require cloudcreativity/laravel-json-api:1.0.0-rc.2
7-
$ composer require --dev cloudcreativity/json-api-testing:1.0.0-rc.2
7+
$ composer require --dev cloudcreativity/json-api-testing:1.0.0-rc.1
88
```
99

1010
This package's service provider and facade will be automatically added using package discovery. You will

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrade Guide
22

3-
### 1.0.0-rc.1 to 1.0.0-rc.2
3+
## 1.0.0-rc.1 to 1.0.0-rc.2
44

55
No changes are required to upgrade.
66

0 commit comments

Comments
 (0)
0