Skip to content

Commit d4bb3e5

Browse files
authored
Update README.md
- Use Triple back quotes ( ```ruby and ``` ) - Change to https: https://semver.org/
1 parent 229f1e3 commit d4bb3e5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ gem 'line-bot-api'
2323

2424
And then execute:
2525

26-
$ bundle
26+
```ruby
27+
bundle
28+
```
2729

2830
Or install it yourself as:
2931

30-
$ gem install line-bot-api
32+
```ruby
33+
gem install 'line-bot-api'
34+
```
3135

3236
## Synopsis
3337

@@ -88,7 +92,7 @@ Twitter: @LINE_DEV
8892
## Versioning
8993
This project respects semantic versioning.
9094

91-
See http://semver.org/
95+
See https://semver.org/
9296

9397
## Contributing
9498
Please check [CONTRIBUTING](contributing.md) before making a contribution.

0 commit comments

Comments
 (0)