Skip to content

Commit 28b5b36

Browse files
author
Inbal Tako
committed
Use a singelton pattern
2 parents c9e9d5b + 1b61483 commit 28b5b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require 'securenative'
2727
# ...
2828

2929
begin
30-
sn = SecureNative.new('YOUR_API_KEY') # Should be called before any other call to secure native
30+
sn = SecureNative.new('YOUR_API_KEY') # Should be called before any other call to securenative
3131
rescue SecureNativeSDKException => e
3232
# Do some error handling
3333
end
@@ -75,7 +75,7 @@ You can use the SDK to verify incoming webhooks from SecureNative, just call the
7575
require 'securenative'
7676

7777
begin
78-
sn = SecureNative.new('YOUR_API_KEY') # Should be called before any other call to secure native
78+
sn = SecureNative.new('YOUR_API_KEY') # Should be called before any other call to securenative
7979
rescue SecureNativeSDKException => e
8080
# Do some error handling
8181
end

0 commit comments

Comments
 (0)