Skip to content

Commit 4e5374f

Browse files
committed
add missing line
1 parent 38dd898 commit 4e5374f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ If bundler is not being used to manage dependencies, install the gem by executin
2626
You can use predefined Providers to load an identity from for example Discord:
2727
```ruby
2828

29+
require "code0/identities"
30+
2931
begin
3032

3133
identity = Code0::Identities::Provider::Discord.new(
@@ -52,6 +54,8 @@ Or you can use a provider with multiple configured providers:
5254

5355
```ruby
5456

57+
require "code0/identities"
58+
5559
identity_provider = Code0::Identities::IdentityProvider.new
5660

5761
identity_provider.add_provider(:gitlab, my_gitlab_configuration)

0 commit comments

Comments
 (0)