From db675ea2215d72044e4fce1d5a712a64702cede0 Mon Sep 17 00:00:00 2001 From: Kevin Hill Date: Wed, 9 Aug 2017 06:57:21 -0700 Subject: [PATCH] Update README.md Updating config publishing line and version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a640ad70..c2da4b9a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Lavacharts 3.1.6 +# Lavacharts 3.1.7 [![Total Downloads](https://img.shields.io/packagist/dt/khill/lavacharts.svg?style=plastic)](https://packagist.org/packages/khill/lavacharts) [![License](https://img.shields.io/packagist/l/khill/lavacharts.svg?style=plastic)](http://opensource.org/licenses/MIT) @@ -81,7 +81,7 @@ Register Lavacharts in your app by adding these lines to the respective arrays f ``` #### Configuration To modify the default configuration of Lavacharts, datetime formats for datatables or adding your maps api key... -Publish the configuration with `php artisan vendor:publish --provider=\Khill\Lavacharts\Laravel\LavachartsServiceProvider` +Publish the configuration with `php artisan vendor:publish --tag=lavacharts` ### Laravel 4.x