README.md in spandx-0.17.0 vs README.md in spandx-0.18.0

- old
+ new

@@ -2,11 +2,11 @@ *Logo courtesy of [@speasley](https://github.com/speasley)* # Spandx ![badge](https://github.com/spandx/spandx/workflows/ci/badge.svg) -A ruby API for interacting with the https://spdx.org software license catalogue. +A Ruby API for interacting with the https://spdx.org software license catalogue. This gem includes a command line interface to scan a software project for the software licenses that are associated with each dependency in the project. `spandx` leverages an offline cache of software licenses for known dependencies. The offline cache allows Spandx to perform an air gap friendly scan of software projects. @@ -102,10 +102,10 @@ end ``` ## Development -After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/cibuild` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. +After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing