Skip to content

Commit a93edf5

Browse files
KnerioTaucher2003
andauthored
Update README.md
Co-authored-by: Niklas van Schrick <mc.taucher2003@gmail.com>
1 parent 2eb6cba commit a93edf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ begin
3232

3333
identity = Code0::Identities::Provider::Discord.new(
3434
{
35-
redirect_uri : "http://localhost:8080/redirect",
36-
client_id : "id"
37-
client_secret : "xxxx"
35+
redirect_uri: "http://localhost:8080/redirect",
36+
client_id: "id",
37+
client_secret: "xxxx"
3838
}).load_identity({ code: "a_valid_code" })
3939

4040
rescue Code0::Error => e

0 commit comments

Comments
 (0)