README adjusts

This commit is contained in:
Rafael César Neves 2016-04-29 11:13:00 -03:00
parent 7297886a26
commit 7f2b217bc0

View file

@ -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/).