Skip to content

Commit ea6abfb

Browse files
committed
Fixed name of repo in README for Local Development
1 parent 9549fa6 commit ea6abfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You will need the following things properly installed on your computer.
2525
To see what a local copy of the Guides markdown looks like:
2626

2727
* Clone the [Ember CLI Guides](https://github.com/ember-learn/cli-guides-app) App repository
28-
* link the `ember-cli-guides-source` repository by running `npm link` inside this repository, then `npm link @ember-learn/cli-guides` in the guides-app
28+
* link the `cli-guides-source` repository by running `npm link` inside this repository, then `npm link @ember-learn/cli-guides` in the guides-app
2929
* `npm install` and `ember serve` in the guides app
3030
* Visit your app at [http://localhost:4200](http://localhost:4200).
3131
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).

0 commit comments

Comments
 (0)