Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make app/addon readmes consistent #6050

Merged
merged 1 commit into from Jul 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions blueprints/addon/files/README.md
Expand Up @@ -4,18 +4,19 @@ This README outlines the details of collaborating on this Ember addon.

## Installation

* `git clone` this repository
* `git clone <repository-url>` this repository
* `cd <%= addonName %>`
* `npm install`
* `bower install`

## Running

* `ember serve`
* Visit your app at http://localhost:4200.
* Visit your app at [http://localhost:4200](http://localhost:4200).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use <http://localhost:4200> here instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a strong preference, I just copied how it's written in the app README

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah okay, nevermind then


## Running Tests

* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

Expand Down
2 changes: 1 addition & 1 deletion blueprints/app/files/README.md
Expand Up @@ -16,7 +16,7 @@ You will need the following things properly installed on your computer.
## Installation

* `git clone <repository-url>` this repository
* change into the new directory
* `cd <%= name %>`
* `npm install`
* `bower install`

Expand Down