README.md in unsplash-1.3.1 vs README.md in unsplash-1.4.0
- old
+ new
@@ -1,8 +1,9 @@
# unsplash_rb
-[ ![Codeship Status for CrewLabs/unsplash_rb](https://codeship.com/projects/0d395ea0-fe45-0132-5e19-022bf5e0402e/status?branch=master)](https://codeship.com/projects/88039)
+[![Build Status](https://travis-ci.org/unsplash/unsplash_rb.svg?branch=travis)](https://travis-ci.org/unsplash/unsplash_rb)
+[![Coverage Status](https://coveralls.io/repos/github/unsplash/unsplash_rb/badge.svg?branch=master&gh_cache_bust=1)](https://coveralls.io/github/unsplash/unsplash_rb?branch=master)
A ruby client for [the Unsplash API](https://unsplash.com/documentation).
## Installation
@@ -35,12 +36,11 @@
end
```
### Public-scope actions
-If you are *only* making public requests (i.e. nothing requiring a specific logged-in user,
-for example photo uploads or private user details), then you're ready to go!
+If you are *only* making public requests (i.e. nothing requiring a specific logged-in user, for example liking photos or accessing private user details), then you're ready to go!
Looking for details of a specific photo? Find it by ID:
```ruby
photo = Unsplash::Photo.find("tAKXap853rY")
@@ -50,11 +50,11 @@
```ruby
search_results = Unsplash::Photo.search("cats")
```
-For a complete list of available actions, see our [documentation details](http://www.rubydoc.info/github/CrewLabs/unsplash_rb).
+For a complete list of available actions, see our [documentation details](http://www.rubydoc.info/github/unsplash/unsplash_rb/).
### User Authorization
For non-public actions, you'll have to get the user's permission to access their data.
Direct them to the Unsplash authorization URL:
@@ -86,10 +86,10 @@
To install this gem onto your local machine, run `bundle exec rake install`.
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/crewlabs/unsplash_rb. 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.
+Bug reports and pull requests are welcome on GitHub at https://github.com/unsplash/unsplash_rb. 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
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).