Skip to content

Commit

Permalink
instillation step added
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaybabloo committed Dec 2, 2021
1 parent e6e6ad4 commit 6f74461
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

Generate PKCE verify and challenge code.

## Instillation

```shell
go get github.com/akshaybabloo/pkce/v2
```

## Usage

There are two ways of doing this
Expand All @@ -20,7 +26,7 @@ package main
import (
"fmt"

"github.com/akshaybabloo/pkce"
"github.com/akshaybabloo/pkce/v2"
)

func main() {
Expand Down Expand Up @@ -48,7 +54,7 @@ package main
import (
"fmt"

"github.com/akshaybabloo/pkce"
"github.com/akshaybabloo/pkce/v2"
)

func main() {
Expand Down

0 comments on commit 6f74461

Please sign in to comment.