Fixed small typo

This commit is contained in:
David Allen 2024-07-23 13:46:36 -06:00
parent ecefa3b86f
commit 2c472f5ad9
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -40,7 +40,7 @@ go env -w CGO_ENABLED=1
go mod tidy && go build
```
This might take some time to complete initially because of the `go-sqlite3` driver, but should be much faster after subsequent builds.
This might take some time to complete initially because of the `go-sqlite3` driver, but should be much faster for subsequent builds.
### Docker