Skip to content

Commit c1296f8

Browse files
committed
Update README.md
1 parent f57cf74 commit c1296f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ the underlying concept of generating encrypted tokens for developers.
2020
Install jwt-encryption by running:
2121

2222
```bash
23-
go get github.com/megablend/jwt-encryption@v0.1.0
23+
go get github.com/megablend/jwt-encryption@v0.1.1
2424
```
2525

26-
and ensuring that `$GOPATH/bin` is added to your `$PATH`.
27-
2826
## Documentation
2927

3028
- [Usage][]
@@ -35,5 +33,5 @@ and ensuring that `$GOPATH/bin` is added to your `$PATH`.
3533

3634
## Project status
3735

38-
As of version v0.1.0, jwt-encryption is *beta* and is not considered feature complete. It
36+
As of version v0.1.1, jwt-encryption is *beta* and is not considered feature complete. It
3937
works well for the JWT encryption, and we prefer to keep it as simple as possible.

0 commit comments

Comments
 (0)