Skip to content

Commit

Permalink
Update tools.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones authored Jan 8, 2017
1 parent 168881e commit 6423391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
Validate your project's compliance by following these steps:

- Install package in your project: `composer require pds/skeleton @dev`
- Run the validator: `vendor/bin/pdsskeleton validate`
- Run the validator: `vendor/bin/pds-skeleton validate`

## Generator

Generate a compliant package skeleton by following these steps:

- Install package in your project: `composer require pds/skeleton @dev`
- Run the generator: `vendor/bin/pdsskeleton generate`
- Run the generator: `vendor/bin/pds-skeleton generate`

0 comments on commit 6423391

Please sign in to comment.