Skip to content

Commit

Permalink
fix(README): fix command to run the server
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacNez committed May 1, 2024
1 parent 80a69e3 commit 6fd791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Once downloaded and installed, under the exercise folder, run the following comm

> go mod tidy // it will automatically download all dependencies specified in go.mod and go.sum
> go run main.go // it will launch the server and let you access it via localhost:3030
> go run cmd/main.go // it will launch the server and let you access it via localhost:3030
To build your binary, you can perform the following command:

Expand Down

0 comments on commit 6fd791e

Please sign in to comment.