Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from linusshops/develop
Browse files Browse the repository at this point in the history
Improve documentation formatting.
  • Loading branch information
dersam committed May 6, 2015
2 parents e9d9663 + 20757f5 commit 8cc6efa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ and the tests themselves.

Prophet should be installed via composer. It is recommended to install it globally.

_composer global require linusshops/prophet_
`composer global require linusshops/prophet`

##Commands

_prophet_: Run tests for modules defined in prophet.json.
`prophet`: Run tests for modules defined in prophet.json.

_prophet validate_: Confirm that all modules in prophet.json are testable.
`prophet validate`: Confirm that all modules in prophet.json are testable.

_prophet init_: Initialize any modules in prophet.json that do not have the expected test structure.
`prophet init`: Initialize any modules in prophet.json that do not have the expected test structure.

_prophet analyze_: Search your vendor directory for testable modules, and attempt to create a prophet.json
`prophet analyze`: Search your vendor directory for testable modules, and attempt to create a prophet.json

_prophet list_: View all commands
`prophet list`: View all commands

_prophet help [command]_: View help for a specific command.
`prophet help [command]`: View help for a specific command.

0 comments on commit 8cc6efa

Please sign in to comment.