diff --git a/pest3-now-available.md b/pest3-now-available.md index 2e6a7f2..66cdf77 100644 --- a/pest3-now-available.md +++ b/pest3-now-available.md @@ -98,7 +98,7 @@ arch()->preset()->laravel()->ignoring(User::class); Pest 3 also introduces **Team Management**, a new feature that allows you to manage tasks and todos with your team directly from the console. With Team Management, you can create, assign, and track tasks, as well as view the status of each task. -To get started with team management in Pest, you need to specify the project's URL in your `pest.php` configuration file. This URL will be used to link todos to the corresponding project management system. +To get started with team management in Pest, you need to specify the project's URL in your `Pest.php` configuration file. This URL will be used to link todos to the corresponding project management system. ```php pest()->project()->github('my-organization/my-repository');