Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSanderson committed Sep 23, 2013
1 parent 91d2e72 commit 3429f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = function(grunt) {
});

function getReferencedSources(sourceReferencesFilename) {
// Returns the array of filenames references by a file like source-references.js
// Returns the array of filenames referenced by a file like source-references.js
var result;
global.knockoutDebugCallback = function(sources) { result = sources; };
eval(grunt.file.read(sourceReferencesFilename));
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ If you prefer to build the library yourself:
1. **Clone the repo from GitHub**

git clone https://github.com/knockout/knockout.git
cd knockout

2. **Acquire build dependencies.** Make sure you have [Node.js](http://nodejs.org/) installed on your workstation. This is only needed to _build_ Knockout from sources. Knockout itself has no dependency on Node.js once it is built (it works with any server technology or none). Now run:

Expand Down

0 comments on commit 3429f9d

Please sign in to comment.