Skip to content

Commit

Permalink
Correct spelling errors in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uberhacker committed Apr 23, 2017
1 parent a1d5964 commit 293f216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terminus Wraith Plugin

Wraith - A Terminus plugin to assist with visual regression testing of Pantheon site environments.
Wraith - A Terminus plugin to assist with visual regression testing of [Pantheon](https://pantheon.io/) site environments.

## Usage:
```
Expand All @@ -22,9 +22,9 @@ $ 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 --pages=home=/,about=/about,news=/news
$ terminus wraith --paths=home=/,about=/about,news=/news
```
Use the previous configuration or prompt for new environments, craw for pages and then generate snapshots:
Use the previous configuration or prompt for new environments, crawl to detect pages and then generate snapshots:
```
$ terminus wraith --spider
```
Expand Down

0 comments on commit 293f216

Please sign in to comment.