diff --git a/README.md b/README.md index ab16cc2..6952da4 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,8 @@ # Pest for Craft CMS ```shell -composer require markhuot/craft-pest -./craft plugin/install pest -./craft pest/test +composer require markhuot/craft-pest-core +./craft pest # or ./vendor/bin/pest ``` Handles the setup and installation of [Pest](https://pestphp.com) in to [Craft CMS](https://craftcms.com). This allows you to write tests that look something like this!