Skip to content

Commit

Permalink
Minor documentation changes:
Browse files Browse the repository at this point in the history
 - theme -> project
 - removing info re: jQuery tied to WordPress...
  • Loading branch information
JulienMelissas committed May 6, 2015
1 parent ce27519 commit 08aaef9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A front-end project template based off of the workflow from the [Sage](https://g

## Install gulp and Bower

Building the theme requires [node.js](http://nodejs.org/download/). We recommend you update to the latest version of npm: `npm install -g npm@latest`.
Building the project requires [node.js](http://nodejs.org/download/). We recommend you update to the latest version of npm: `npm install -g npm@latest`.

From the command line:

Expand Down
3 changes: 0 additions & 3 deletions assets/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
* The routing is enclosed within an anonymous function so that you can
* always reference jQuery with $, even when in .noConflict() mode.
*
* Google CDN, Latest jQuery
* To use the default WordPress version of jQuery, go to lib/config.php and
* remove or comment out: add_theme_support('jquery-cdn');
* ======================================================================== */

(function($) {
Expand Down

0 comments on commit 08aaef9

Please sign in to comment.