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 229f1e3 commit d4bb3e5Copy full SHA for d4bb3e5
README.md
@@ -23,11 +23,15 @@ gem 'line-bot-api'
23
24
And then execute:
25
26
- $ bundle
+```ruby
27
+bundle
28
+```
29
30
Or install it yourself as:
31
- $ gem install line-bot-api
32
33
+gem install 'line-bot-api'
34
35
36
## Synopsis
37
@@ -88,7 +92,7 @@ Twitter: @LINE_DEV
88
92
## Versioning
89
93
This project respects semantic versioning.
90
94
91
-See http://semver.org/
95
+See https://semver.org/
96
97
## Contributing
98
Please check [CONTRIBUTING](contributing.md) before making a contribution.
0 commit comments