Skip to content

Commit

Permalink
Update README example to use gopkg import
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisWatson committed Feb 21, 2017
1 parent 5e77dee commit 9d56cd3
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 @@ -14,7 +14,7 @@ This library follows the instructions described in [verify id tokens using third

```go
import (
"github.com/LewisWatson/firebase-jwt-auth"
"gopkg.in/LewisWatson/firebase-jwt-auth.v1"
"github.com/manyminds/api2go"
)

Expand Down

0 comments on commit 9d56cd3

Please sign in to comment.