Skip to content

Commit 794b3a5

Browse files
authored
Update ember-concurrency installation command (#2173)
1 parent fbdeb5e commit 794b3a5

File tree

1 file changed

+1
-1
lines changed
  • guides/release/addons-and-dependencies

1 file changed

+1
-1
lines changed

guides/release/addons-and-dependencies/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ datepicker that aren't specific to Ember apps.
1111
Addons are JavaScript packages that integrate with Ember. For example, [`ember-concurrency`](https://github.com/machty/ember-concurrency) provides a concurrency primitive that you can use in your Ember app as well as a [Babel](https://babeljs.io/) plugin that makes it easier to use in an Ember application. You can install it just like any other npm package:
1212

1313
```bash
14-
npm install --save-dev ember-cli-sass
14+
npm install --save-dev ember-concurrency
1515
```
1616

1717
And then follow any additional instructions in the README of the addon. Some addons (like `ember-concurrency`) will give instructions for extra steps that you might need like installing a Babel plugin so it's always worthwhile reading the installation documentation.

0 commit comments

Comments
 (0)