Skip to content

Commit aff39c6

Browse files
committed
Update README with go mod information
1 parent e1040ec commit aff39c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

01-Authorization-RS256/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ AUTH0_AUDIENCE={API_AUDIENCE}
2020
### Install Dependencies and Start Server
2121

2222
```bash
23-
# Install dependencies
24-
go get -d
23+
# Download dependencies
24+
go mod vendor
2525

2626
# Start the server
2727
go run main.go

0 commit comments

Comments
 (0)