We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062a861 commit 9f88cfaCopy full SHA for 9f88cfa
README.md
@@ -4,11 +4,11 @@
4
5
Add the following to your **Gemfile**
6
7
- gem 'open_weather'
+ gem 'open-weather'
8
9
or
10
11
- $ gem install open_weather
+ $ gem install open-weather
12
13
## Usage
14
@@ -39,7 +39,15 @@ Add the following to your **Gemfile**
39
## Contributing
40
41
Fork it
42
+
43
Create your feature branch (git checkout -b my-new-feature)
44
45
Commit your changes (git commit -am 'Added some feature')
46
47
Push to the branch (git push origin my-new-feature)
- Create new Pull Request
48
49
+ Create new Pull Request
50
51
+--------
52
53
+**Created during the Hacker Saturdays hosted by Kerala/Kochi Ruby Users Group**
0 commit comments