Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 4b4c8dc

Browse files
jesselpalmerwardbell
authored andcommitted
docs(readme): typo fixed - Angular.io -> angular.io
1 parent 2f115a3 commit 4b4c8dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if not install [nvm](https://github.com/creationix/nvm) to get node going on you
3030
1. clone this repo and the [angular source code repo](https://github.com/angular/angular) to the same parent directory.
3131
The two cloned repo directories must be sibling.
3232

33-
1. cd into root directory `Angular.io/`
33+
1. cd into root directory `angular.io/`
3434

3535
1. install the *all-docs* local packages by running `npm install`
3636
> 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.
5454
- `public/docs/ts/latest/tutorial/toh-pt5.jade`
5555

5656
### Local server with watches and browser reload
57-
1. cd into root directory `Angular.io/`
57+
1. cd into root directory `angular.io/`
5858
1. run `gulp serve-and-sync`
5959
1. browser will launch on localhost:3000 and stay refreshed automatically.
6060

@@ -82,7 +82,7 @@ take the following extra steps to prepare the environment:
8282

8383
1. install the canonical node packages for all samples by running `npm install`
8484

85-
1. cd back up to `Angular.io` root: `cd ../../..`
85+
1. cd back up to `angular.io` root: `cd ../../..`
8686

8787
1. run `gulp add-example-boilerplate` (elevate to admin on Windows)
8888
to copy canonical files to the sample directories and create symlinks there for node_modules and typings.

0 commit comments

Comments
 (0)