From 4a7f85d032532a9108c02828dfe007f8b274a180 Mon Sep 17 00:00:00 2001 From: Junaid Atari Date: Wed, 24 Aug 2016 03:11:39 +0500 Subject: [PATCH] remove section folder from file path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7f95f..55fb6de 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ to the require section of your `composer.json` file. 'font-awesome' => [ 'css' => [ [ - 'css/font-awesome.min.css', // offline version + 'font-awesome.min.css', // offline version '@cdn' => '//cdnjs.cloudflare.com/ajax/libs/font-awesome/' . '4.5.0/css/font-awesome.min.css', // online version ]