Skip to content

Commit

Permalink
Merge pull request #14 from blockfrost/develop
Browse files Browse the repository at this point in the history
Fix: readme
  • Loading branch information
18bitmood committed Sep 18, 2021
2 parents d506f2f + 2f90ece commit ea1a979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ And here are examples of how to use this SDK.

```ruby

require 'blockfrostruby'
require 'blockfrost-ruby'

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

# 1. Install the gem and require it

require 'blockfrostruby'
require 'blockfrost-ruby'


# 2. Initialize the object with the network:
Expand Down
2 changes: 1 addition & 1 deletion lib/blockfrost-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# gem build blockfrost-ruby
# gem install ./blockfrost-ruby-0.1.0.gem
# require 'blockfrostruby'
# require 'blockfrost-ruby'
# blockfrost = Blockfrostruby::CardanoMainNet.new()

require_relative 'blockfrostruby/version'
Expand Down

0 comments on commit ea1a979

Please sign in to comment.