Skip to content

Commit 2f90ece

Browse files
committed
Fix: readme
1 parent d506f2f commit 2f90ece

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ And here are examples of how to use this SDK.
3333

3434
```ruby
3535

36-
require 'blockfrostruby'
36+
require 'blockfrost-ruby'
3737

3838
blockfrost = Blockfrostruby::CardanoMainNet.new('your-API-key')
3939
blockfrost.get_health
@@ -68,7 +68,7 @@ blockfrost_configured.get_block_latest_transactions({ count: 20 }) # will add or
6868

6969
# 1. Install the gem and require it
7070

71-
require 'blockfrostruby'
71+
require 'blockfrost-ruby'
7272

7373

7474
# 2. Initialize the object with the network:

lib/blockfrost-ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# gem build blockfrost-ruby
44
# gem install ./blockfrost-ruby-0.1.0.gem
5-
# require 'blockfrostruby'
5+
# require 'blockfrost-ruby'
66
# blockfrost = Blockfrostruby::CardanoMainNet.new()
77

88
require_relative 'blockfrostruby/version'

0 commit comments

Comments
 (0)