README.md in git-semaphore-0.0.6 vs README.md in git-semaphore-0.0.7
- old
+ new
@@ -1,11 +1,13 @@
# Git::Semaphore
-[![Build Status](https://semaphoreapp.com/api/v1/projects/03b2dffc7112138851166c86adb456484426a712/7753/badge.png)](https://semaphoreapp.com/pvdb/git-semaphore)
+[![Build Status](https://semaphoreci.com/api/v1/projects/03b2dffc7112138851166c86adb456484426a712/7753/badge.png)](https://semaphoreci.com/pvdb/git-semaphore)
-git integration with [semaphoreapp.com][semaphoreapp.com]
+[![Travis CI](https://travis-ci.org/pvdb/git-semaphore.svg?branch=v0.0.6)](https://travis-ci.org/pvdb/git-semaphore)
+git integration with [semaphoreci.com][] (via their API)
+
## Installation
Add this line to your application's Gemfile:
gem 'git-semaphore'
@@ -18,11 +20,11 @@
$ gem install git-semaphore
## Authentication
-Log into [semaphoreapp.com][semaphoreapp.com] and find your API `authentication token` in the `API` tab of one of your projects' `settings` page.
+Log into [semaphoreci.com][] and find your API `authentication token` in the `API` tab of one of your projects' `settings` page.
Next, choose one of the following mechanisms to make your API `authentication token` available to `Git::Semaphore`...
### via an environment variable
@@ -76,7 +78,7 @@
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 new Pull Request
-[semaphoreapp.com]: https://semaphoreapp.com/
+[semaphoreci.com]: https://semaphoreci.com/
[jazor]: https://github.com/mconigliaro/jazor