From 1c0e6d1a550de8f08e425c9d73b7fcc29695d18a Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 14 Apr 2015 18:31:06 -0300 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f152ab4..49f77e9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Raconteur is still in active development towards its 1.0 release. Raconteur can be added as a dependency to a package.json file and installed from git. Or, you can use the [scaffold](http://github.com/sequitur/raconteur-scaffold). -Raconteur itself doesn't contain any command-line tools or anything that needs to be installed globally. You just need `npm` and `gulp` to be working on your system. +Raconteur itself doesn't contain any command-line tools or anything that needs to be installed globally. You just need `npm` to be working on your system. Raconteur is a set of CommonJS modules designed to work with Browserify and a build system like Grunt or Gulp. ## Code examples