Skip to content

Commit

Permalink
Remove --stability=dev from instructions (#49)
Browse files Browse the repository at this point in the history
* Remove --stability=dev from instructions

* Removing hard-coded version number

* Updating composer.lock [ci skip]
  • Loading branch information
stevector authored Nov 29, 2017
1 parent efa5672 commit 0fc3872
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export CIRCLE_TOKEN=[REDACTED]
Once you have all of the prerequisites in place, you can create your copy of this repo with one command:

```
terminus build:project:create pantheon-systems/example-wordpress-composer my-new-site --team="Agency Org Name" --stability=dev
terminus build:project:create pantheon-systems/example-wordpress-composer my-new-site --team="Agency Org Name"
```

The parameters shown here are:
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "pantheon-systems/example-wordpress-composer",
"description": "",
"version": "0.1.0",
"type": "project",
"keywords": [],
"minimum-stability": "alpha",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fc3872

Please sign in to comment.