diff --git a/README.md b/README.md index 188e300..779d7c7 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/assets/scripts/main.js b/assets/scripts/main.js index 0199aaa..c257e45 100755 --- a/assets/scripts/main.js +++ b/assets/scripts/main.js @@ -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($) {