README.md in git-semaphore-0.0.5 vs README.md in git-semaphore-0.0.6
- old
+ new
@@ -1,8 +1,8 @@
# Git::Semaphore
-![SEMAPHORE BADGE](https://semaphoreapp.com/api/v1/projects/03b2dffc7112138851166c86adb456484426a712/7753/badge.png)
+[![Build Status](https://semaphoreapp.com/api/v1/projects/03b2dffc7112138851166c86adb456484426a712/7753/badge.png)](https://semaphoreapp.com/pvdb/git-semaphore)
git integration with [semaphoreapp.com][semaphoreapp.com]
## Installation
@@ -38,20 +38,20 @@
## Usage
All of the below examples need to be run from within a git directory.
-### listing of user’s projects
+### listing of user's projects
$ git semaphore --projects
-### listing of project’s branches
+### listing of project's branches
$ git semaphore --branches
_(the project name is derived from the current git directory)_
-### status of a project’s branch
+### status of a project's branch
$ git semaphore --status
_(the project and branch name are derived from the current git directory and the current git head)_