Skip to content

Commit f875485

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ end
8484

8585
def fetch_configuration
8686
# Do some database action, to dynamicly load the configuration
87-
# {
88-
redirect_uri : "http://localhost:8080/redirect",
89-
client_id : "some dynamic value"
90-
client_secret : "xxxx"
87+
{
88+
redirect_uri: "http://localhost:8080/redirect",
89+
client_id: "some dynamic value",
90+
client_secret: "xxxx"
9191
}
9292
end
9393

0 commit comments

Comments
 (0)