cibernox / ember-cli-yuidoc

EmberCLI addon for generate documentation from YUIDoc coments
MIT License
55 stars 25 forks source link

Install instructions use deprecated command #43

Closed joelpresence closed 7 years ago

joelpresence commented 7 years ago

Awesome addon, thanks!

The install instructions cause a deprecation warning:

bash> ember install:addon ember-cli-yuidoc
DEPRECATION: This command has been deprecated. Please use `ember install <addonName>` instead.
⠸ Installing packages for tooling via npm

The command should be updated to ember install ember-cli-yuidoc in your README.

Thanks!