README adjusts
This commit is contained in:
parent
7297886a26
commit
7f2b217bc0
10
README.md
10
README.md
|
|
@ -12,11 +12,7 @@ Simply add the following line to your `composer.json` and run install/update:
|
|||
|
||||
## Configuration
|
||||
|
||||
Publish the package config files to configure the location of your Wordpress install:
|
||||
|
||||
php artisan vendor:publish
|
||||
|
||||
You will also need to add the service provider and optionally the facade alias to your `config/app.php`:
|
||||
You will need to add the service provider and optionally the facade alias to your `config/app.php`:
|
||||
|
||||
```php
|
||||
'providers' => array(
|
||||
|
|
@ -28,6 +24,10 @@ You will also need to add the service provider and optionally the facade alias t
|
|||
),
|
||||
```
|
||||
|
||||
And publish the package config files to configure the location of your Wordpress install:
|
||||
|
||||
php artisan vendor:publish
|
||||
|
||||
### Usage
|
||||
|
||||
The package provides a simplified interface to some of the existing api methods documented [here](http://wp-api.org/).
|
||||
|
|
|
|||
Loading…
Reference in a new issue