Skip to content

Commit

Permalink
docs: update cosmtrek/air to air-verse/air
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos authored Jan 6, 2025
1 parent be8ba8d commit 8150a54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ commands.
- Install [templ](https://templ.guide/quick-start/installation)
- Install [sqlc](https://docs.sqlc.dev/en/stable/overview/install.html)
- Install [tailwindcss CLI](https://tailwindcss.com/docs/installation)
- Install [air](https://github.com/cosmtrek/air#installation)
- Install [air](https://github.com/air-verse/air#installation)

### air

Expand All @@ -53,7 +53,7 @@ when a file changes.
To run, install `air`

```shell
go install github.com/cosmtrek/air@latest
go install github.com/air-verse/air@latest
```

Then simply run the command
Expand Down Expand Up @@ -94,7 +94,7 @@ A few different technologies are configured to help getting off the ground easie
- [HTMX](https://htmx.org/) for HTML interaction
- The script `upgrade_htmx.sh` is available to make upgrading easier
- Already included in this template
- [air](https://github.com/cosmtrek/air) for live reloading of the application.
- [air](https://github.com/air-verse/air) for live reloading of the application.
- [golang migrate](https://github.com/golang-migrate/migrate) for DB migrations.
- [playwright-go](https://github.com/playwright-community/playwright-go) for E2E testing.

Expand Down

0 comments on commit 8150a54

Please sign in to comment.