README.md in aptly_cli-0.3.6 vs README.md in aptly_cli-0.3.7

- old
+ new

@@ -200,11 +200,11 @@ [Coveralls] Outside the CI environment, not sending data. $ open coverage/index.html ``` -<img width="1203" alt="screen shot 2016-07-23 at 1 10 50 am" src="https://cloud.githubusercontent.com/assets/538171/17076963/ea5da4de-5074-11e6-812b-a25698e02607.png"> +<img width="1201" alt="screen shot 2016-07-25 at 8 38 28 pm" src="https://cloud.githubusercontent.com/assets/538171/17125383/d421fa5a-52a7-11e6-8f56-f1ffb8a67ff7.png"> ### Rubocop syntax and style check ```bash $ bundle exec rake rubocop @@ -245,5 +245,12 @@ 1. Fork it ( https://github.com/[my-github-username]/aptly_cli/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request + + +## Related + +- [https://github.com/ryanuber/ruby-aptly](ruby-aptly) - Ruby client library +- [https://github.com/sdumetz/aptly-web-ui](aptly-web-ui) - Web interface for aptly (JavaScript, React, Redux) +- [https://github.com/AutogrowSystems/debweb](debweb) - Another web interface (Ruby on Rails)