Skip to content

Commit

Permalink
Fix typo on README
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfobandeira authored Aug 6, 2018
1 parent dc7a6e1 commit 027d897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ IEX::Resources::Chart.get('MSFT', '1d', chart_interval: 10)
Fetches company's key stats for a symbol.

```ruby
key_stats = IEX::Resources::Logo.get('MSFT')
key_stats = IEX::Resources::KeyStats.get('MSFT')

key_stats.symbol # MSFT
key_stats.market_cap # 825814890000
Expand Down

0 comments on commit 027d897

Please sign in to comment.