Skip to content

Commit

Permalink
Slight adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed May 27, 2022
1 parent 6ae3e4f commit b7ca421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,10 +38,10 @@ This library supports the parsing and verification as well as the generation and

## Installation Guidelines

1. To install the jwt package, you first need [Go](https://go.dev/doc/install) installed, then you can use the below Go command to install jwt.
1. To install the jwt package, you first need to have [Go](https://go.dev/doc/install) installed, then you can use the command below to add `jwt-go` as a dependency in your Go program.

```sh
$ go get -u github.com/golang-jwt/jwt/v4
go get -u github.com/golang-jwt/jwt/v4
```

2. Import it in your code:
Expand Down

0 comments on commit b7ca421

Please sign in to comment.