From e75d5083ae58206ec8057532def54bf7ae75870d Mon Sep 17 00:00:00 2001 From: David Link Date: Sat, 6 Jun 2015 13:28:22 -0400 Subject: [PATCH 1/2] docs(tutorial/Tutorial): clarity on npm install If reader does not cd into angular-phonecat subdirectory - npm install will not work. This comment helps newbies understand npm install is dependent on a custom project.json file. --- docs/content/tutorial/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 010b9a8911f6..3075483fc9d4 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -129,7 +129,7 @@ Once you have Node.js installed on your machine you can download the tool depend npm install ``` -This command will download the following tools, into the `node_modules` directory: +This command reads angular-phonecat's project.json file and will download the following tools, into the `node_modules` directory: - [Bower][bower] - client-side code package manager - [Http-Server][http-server] - simple local static web server From 8e54ae076a78a23eadeb477c8f03acba8ea49d23 Mon Sep 17 00:00:00 2001 From: David Link Date: Mon, 8 Jun 2015 15:05:11 -0400 Subject: [PATCH 2/2] Update index.ngdoc Typo fix --- docs/content/tutorial/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 3075483fc9d4..b84b2f967db0 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -129,7 +129,7 @@ Once you have Node.js installed on your machine you can download the tool depend npm install ``` -This command reads angular-phonecat's project.json file and will download the following tools, into the `node_modules` directory: +This command reads angular-phonecat's package.json file and will download the following tools, into the `node_modules` directory: - [Bower][bower] - client-side code package manager - [Http-Server][http-server] - simple local static web server