Skip to content

Commit 2eb6cba

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ We also support passing in a function as a configuration instead of a hash
7777
```ruby
7878

7979
def get_identity
80-
provider = Code0::Identities::Provider::Discord.new(fetch_configuration)
80+
provider = Code0::Identities::Provider::Discord.new(-> { fetch_configuration })
8181

8282
provider.load_identity(params)
8383
end

0 commit comments

Comments
 (0)