Skip to content

Commit

Permalink
chore: update readme (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt authored Nov 25, 2024
1 parent 2e466a3 commit c685f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ Read how to get started with Tempest [here](https://tempestphp.com).
Install Tempest in any project, including existing projects:

```
composer require tempest/framework:1.0-alpha.3
composer require tempest/framework:1.0-alpha.4
```

Or create a Tempest project from scratch:

```
composer create-project tempest/app:1.0-alpha.3 <name>
composer create-project tempest/app:1.0-alpha.4 <name>
```

Continue to read how Tempest works in [the docs](https://tempestphp.com).
Expand Down

0 comments on commit c685f90

Please sign in to comment.