Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Commit 387b30f

Browse files
committed
Merge pull request #1 from rafaelcneves/patch-2
README adjusts
2 parents 7297886 + 7f2b217 commit 387b30f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ Simply add the following line to your `composer.json` and run install/update:
1212

1313
## Configuration
1414

15-
Publish the package config files to configure the location of your Wordpress install:
16-
17-
php artisan vendor:publish
18-
19-
You will also need to add the service provider and optionally the facade alias to your `config/app.php`:
15+
You will need to add the service provider and optionally the facade alias to your `config/app.php`:
2016

2117
```php
2218
'providers' => array(
@@ -28,6 +24,10 @@ You will also need to add the service provider and optionally the facade alias t
2824
),
2925
```
3026

27+
And publish the package config files to configure the location of your Wordpress install:
28+
29+
php artisan vendor:publish
30+
3131
### Usage
3232

3333
The package provides a simplified interface to some of the existing api methods documented [here](http://wp-api.org/).

0 commit comments

Comments
 (0)