Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
use correct module name
  • Loading branch information
Eazybright authored Apr 10, 2024
1 parent c8539ec commit a10df6d
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 @@ -26,7 +26,7 @@ Then run `bundle install`.

To use the library, first initialize the client with your API token:
```ruby
require 'waqi-ruby'
require 'waqi'

client = Waqi::Client.new(api_key: 'YOUR_API_KEY')
```
Expand Down

0 comments on commit a10df6d

Please sign in to comment.