Tweak some wording.

This commit is contained in:
Taylor Otwell 2014-11-29 15:48:27 -06:00
parent 7ba858ddf1
commit 7afa27927f
1 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
var elixir = require('laravel-elixir'); var elixir = require('laravel-elixir');
/* /*
|---------------------------------------------------------------- |--------------------------------------------------------------------------
| Have a Drink! | Elixir Asset Management
|---------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Elixir provides a clean, fluent API for defining some basic | Elixir provides a clean, fluent API for defining some basic Gulp tasks
| Gulp tasks for your Laravel application. Elixir supports | for your Laravel application. By default, we are compiling the Sass
| several common CSS, JavaScript and even testing tools! | file for our application, as well as publishing vendor resources.
| |
*/ */