diff --git a/README.md b/README.md index 8a8eb04..8fa169b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ file, update the database keys. The `SECRET_KEY` is used for token generation. ### Building api ``` -go build -o textsender-auth cmd/api/main.go +make build ```