felixrieseberg / ember-cli-azure-deploy

:wrench: Build Ember Cli Apps on Azure Websites
MIT License
19 stars 2 forks source link

npm install documentation seems to be wrong #1

Closed rathwell closed 9 years ago

rathwell commented 9 years ago

Seems like the installation command is wrong in all of the documentation. On the ember-cli documentation site, in the readme of this repository, and npm package documentation for this package, the install command is listed as:

npm install --save-dev -g ember-cli-deploy-azure azure-deploy init

When trying to install that package, I get:

ember-cli-deploy-azure is not in the npm registry

However, when I use the following, it installs (azure and deploy swapped):

npm install --save-dev -g ember-cli-azure-deploy

felixrieseberg commented 9 years ago

facepalm. Thanks Mark, I'll fix this across the board.