README.md in hackerone-client-0.21.0 vs README.md in hackerone-client-0.22.0

- old
+ new

@@ -1,8 +1,8 @@ # Hackerone::Client -A limited client library for interacting with HackerOne. Currently only supports a few operations: +A limited client library for interacting with HackerOne in Ruby. Currently only supports a few operations: ```ruby client = HackerOne::Client::Api.new("github") # POST '/reports' creates a new report @@ -112,8 +112,8 @@ ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/oreoshake/hackerone-client. 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. -## License +## License -The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). +This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.txt) for the full terms.