From 4412785d21f63d6f4ae9a2eaca3e4f6e602c5eb0 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Wed, 19 Feb 2014 15:09:11 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d393f80..842e071 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## Adding 3rd party libraries bower install jquery --save -Now to use jQuery in your frontend code, you'll need to add jQuery to **gulp-browserify** [config](https://github.com/deepak1556/gulp-browserify#browserify-shim). Your [compiler config](https://github.com/leonidas/gulp-project-template/blob/master/gulpfile.coffee#L16) should be something like this: +Now to use jQuery in your frontend code, you'll need to add jQuery to **gulp-browserify** [config](https://github.com/deepak1556/gulp-browserify#browserify-shim). Your [compiler config](https://github.com/leonidas/gulp-project-template/blob/master/gulpfile.coffee#L17-L19) should be something like this: compileCoffee = (debug = false) -> config =