diff --git a/README.md b/README.md index 2277164..6a0106d 100755 --- a/README.md +++ b/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/).