You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
```elixir
12
12
defdepsdo
13
-
[{:ueberauth_github, "~> 0.1"}]
13
+
[{:ueberauth_github, "~> 0.2"}]
14
14
end
15
15
```
16
16
@@ -74,7 +74,7 @@ Or with options:
74
74
75
75
/auth/github?scope=user,public_repo
76
76
77
-
By default the requested scope is "user,public_repo". Scope can be configured either explicitly as a `scope` query value on the request path or in your configuration:
77
+
By default the requested scope is "user,public\_repo". Scope can be configured either explicitly as a `scope` query value on the request path or in your configuration:
0 commit comments