Skip to content

Commit

Permalink
Remove = from options in the Examples section of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uberhacker committed Apr 23, 2017
1 parent 929d3d0 commit c66d045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ $ terminus wraith --config
```
Use the previous configuration or prompt for new pages to compare the my-site.test and my-site.prod environments and then generate snapshots:
```
$ terminus wraith --sites=my-site.test,my-site.prod
$ terminus wraith --sites my-site.test,my-site.prod
```
Use the previous configuration or prompt for new environments to compare the /, /about and /news pages and then generate snapshots:
```
$ terminus wraith --paths=home=/,about=/about,news=/news
$ terminus wraith --paths home=/,about=/about,news=/news
```
Use the previous configuration or prompt for new environments, crawl to detect pages and then generate snapshots:
```
Expand Down

0 comments on commit c66d045

Please sign in to comment.