From 7f2b217bc075b04ffcc7ce1314ecdb05e21767d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20C=C3=A9sar=20Neves?= Date: Fri, 29 Apr 2016 11:13:00 -0300 Subject: [PATCH] README adjusts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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/).