mirror of
https://github.com/holidayapi/holidayapi-ruby.git
synced 2025-06-21 12:36:34 +00:00
Update README.md
Fixed typo
This commit is contained in:
parent
18671ba183
commit
3039177c42
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ gem install ruby-holidayapi
|
|||
```ruby
|
||||
require 'ruby-holidayapi'
|
||||
|
||||
hapi = Holiday::V1.new('_YOUR_API_KEY_')
|
||||
hapi = HolidayAPI::V1.new('_YOUR_API_KEY_')
|
||||
|
||||
parameters = {
|
||||
# Required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue