Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ravener committed Jun 15, 2022
1 parent d7697a3 commit f6a9839
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 @@ -11,7 +11,7 @@ $ go get github.com/ravener/discord-oauth2
package main

import (
"github.com/pollen5/discord-oauth2"
"github.com/ravener/discord-oauth2"
"golang.org/x/oauth2"
)

Expand Down

0 comments on commit f6a9839

Please sign in to comment.