Skip to content

Commit eafc259

Browse files
README
1 parent cc9d51d commit eafc259

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ gem 'node_info'
2626

2727
And then execute:
2828

29-
```sh
29+
```ruby
3030
bundle install
3131
```
3232

3333
Or install it yourself as:
3434

35-
```sh
35+
```ruby
3636
gem install node_info
3737
```
3838

@@ -331,29 +331,31 @@ To install this gem onto your local machine, run `bundle exec rake install`.
331331

332332
### Running Tests
333333

334-
```sh
334+
```ruby
335335
bundle exec rspec
336336
```
337337

338338
### Running RuboCop
339339

340-
```sh
340+
```ruby
341341
bundle exec rubocop
342342
```
343343

344344
### Running All Checks
345345

346-
```sh
346+
```ruby
347347
bundle exec rake
348348
```
349349

350350
## Contributing
351351

352-
Bug reports and pull requests are welcome on GitHub at the https://github.com/xoengineering/node_info repo.
352+
Bug reports and pull requests are welcome on GitHub at the
353+
https://github.com/xoengineering/node_info repo.
353354

354355
## License
355356

356-
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
357+
The gem is available as open source under the terms of the
358+
[MIT License](https://opensource.org/licenses/MIT).
357359

358360
## References
359361

0 commit comments

Comments
 (0)