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

fix typo in README #39

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ aragon-dev-cli <command>

Commands:
aragon-dev-cli bootstrap Set up a development chain and deploy
an Aragon organisation
an Aragon organization
aragon-dev-cli init <name> [template] Initialise a new application
aragon-dev-cli playground Set up a dev chain, deploy an Aragon
organisation and install your app
organization and install your app
aragon-dev-cli publish [contract] Publish a new version of the
application
aragon-dev-cli version <bump> Bump the application version
Expand Down