From 4b4c8dc0fd9132773e03f0e901cd3a4c70269ba3 Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Wed, 25 May 2016 11:30:43 -0400 Subject: [PATCH] docs(readme): typo fixed - Angular.io -> angular.io --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e1c55b7bd..59732e1d95 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ if not install [nvm](https://github.com/creationix/nvm) to get node going on you 1. clone this repo and the [angular source code repo](https://github.com/angular/angular) to the same parent directory. The two cloned repo directories must be sibling. -1. cd into root directory `Angular.io/` +1. cd into root directory `angular.io/` 1. install the *all-docs* local packages by running `npm install` > If running node v.5+, you probably must rebuild `node-sass` in a separate step: `npm rebuild node-sass` @@ -54,7 +54,7 @@ For example, all of the TypeScript docs are in `public/docs/ts/latest`, e.g. - `public/docs/ts/latest/tutorial/toh-pt5.jade` ### Local server with watches and browser reload - 1. cd into root directory `Angular.io/` + 1. cd into root directory `angular.io/` 1. run `gulp serve-and-sync` 1. browser will launch on localhost:3000 and stay refreshed automatically. @@ -82,7 +82,7 @@ take the following extra steps to prepare the environment: 1. install the canonical node packages for all samples by running `npm install` -1. cd back up to `Angular.io` root: `cd ../../..` +1. cd back up to `angular.io` root: `cd ../../..` 1. run `gulp add-example-boilerplate` (elevate to admin on Windows) to copy canonical files to the sample directories and create symlinks there for node_modules and typings.