README.md in oxide-0.1.9 vs README.md in oxide-0.1.10

- old
+ new

@@ -1,14 +1,15 @@ # Oxide [![Gem Version](https://badge.fury.io/rb/oxide.svg)](https://badge.fury.io/rb/oxide) +![Ruby](https://github.com/rdodson41/ruby-oxide/workflows/Ruby/badge.svg) [![Build Status](https://travis-ci.org/rdodson41/ruby-oxide.svg?branch=master)](https://travis-ci.org/rdodson41/ruby-oxide) [![Maintainability](https://api.codeclimate.com/v1/badges/021f4ab2eb6f6f4473b5/maintainability)](https://codeclimate.com/github/rdodson41/ruby-oxide/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/021f4ab2eb6f6f4473b5/test_coverage)](https://codeclimate.com/github/rdodson41/ruby-oxide/test_coverage) The `oxide` gem is an implementation of the -[Oxide Programming Language](https://github.com/rdodson41/ruby-oxide) which is +[Oxide Programming Language](https://github.com/rdodson41/ruby-oxide) that is written in Ruby. ## Installation Add this line to your application's Gemfile: @@ -17,15 +18,19 @@ gem 'oxide' ``` And then execute: - bundle install +```bash +bundle install +``` Or install it yourself as: - gem install oxide +```bash +gem install oxide +``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rake spec` to run the tests. You can also run `bin/console` for an @@ -40,17 +45,18 @@ ## Contributing Bug reports and pull requests are welcome on GitHub at <https://github.com/rdodson41/ruby-oxide>. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere -to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. +to the +[code of conduct](https://github.com/rdodson41/ruby-oxide/blob/master/CODE_OF_CONDUCT.md). ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct -Everyone interacting in the Oxide project’s codebases, issue trackers, chat +Everyone interacting in the Oxide project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rdodson41/ruby-oxide/blob/master/CODE_OF_CONDUCT.md).