diff --git a/README.md b/README.md index 661f7d51..2b9fafd5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,11 @@ BaseWeb leverages Gulp for its build process. To use our Gulp tasks, after cloni | `gulp` | Builds everything and then initiates the watch task | | `gulp replace` | Runs a search and replace task on a given set of files.\* | -\*Great for updating current version numbers that are located throughout a project. **Usage:** `gulp replace -s SEARCH -r REPLACE -f FILES` +\*Great for updating current version numbers that are located throughout a project. + +``` +Usage: gulp replace -s SEARCH -r REPLACE -f FILES +``` *All of BaseWeb's build tasks are located in `gulpfile.js`. Check out [Gulp's documentation](http://gulpjs.com/) for how to create your own builds.*