From 3429f9d90e312f147af854e223a4af5de53426ed Mon Sep 17 00:00:00 2001 From: Steven Sanderson Date: Mon, 23 Sep 2013 12:33:57 +0100 Subject: [PATCH] Minor fixes --- Gruntfile.js | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index dbf10c717..496f3729a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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)); diff --git a/README.md b/README.md index 85184332f..57a32a4c6 100644 --- a/README.md +++ b/README.md @@ -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: