Skip to content

Commit

Permalink
typo in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
githubapi-test committed Jan 12, 2012
1 parent 27d975e commit f3a579c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ We'll use the [express](http://expressjs.com/) npm package to create the applica

* If you are running Node.js on **MacOS**, from a console:
exports WAZ_STORAGE_ACCOUNT_NAME=accountname
exports WAZ_STORAGE_ACCESS_KEY=accountkey
export WAZ_STORAGE_ACCOUNT_NAME=accountname
export WAZ_STORAGE_ACCESS_KEY=accountkey

4. Create a new `views` folder with an `index.html` file inside with to display the list of containers retrieved from Azure:

Expand Down

0 comments on commit f3a579c

Please sign in to comment.