mirror of
https://github.com/holidayapi/holidayapi-ruby.git
synced 2025-06-21 04:26:33 +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
|
```ruby
|
||||||
require 'ruby-holidayapi'
|
require 'ruby-holidayapi'
|
||||||
|
|
||||||
hapi = Holiday::V1.new('_YOUR_API_KEY_')
|
hapi = HolidayAPI::V1.new('_YOUR_API_KEY_')
|
||||||
|
|
||||||
parameters = {
|
parameters = {
|
||||||
# Required
|
# Required
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue