From 88637f5870e3c378dd1199b96c61ab39ba01fe3e Mon Sep 17 00:00:00 2001 From: Paris Kapsouros Date: Thu, 14 Jan 2016 18:57:11 +0200 Subject: [PATCH] Update Installation.md fixed typo --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 3385459..fc6a243 100644 --- a/Installation.md +++ b/Installation.md @@ -32,7 +32,7 @@ Open `config/app.php` and register the required service provider **above** your ] ``` -If you'd like to make configuration changes in the configuration file you can pubish it with the following Aritsan command: +If you'd like to make configuration changes in the configuration file you can pubish it with the following Artisan command: ``` php artisan vendor:publish --provider="Dingo\Api\Provider\LaravelServiceProvider"