summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-08-06 20:41:38 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-06 20:41:38 -0700
commit31e3e89c9117196fa970ebd09c7b21ca76adfd17 (patch)
tree213b73b5a58bc35822c10141213d57772094e69f
parente9c91314dd842c086003908868f2d0968e84c098 (diff)
downloadmixlib-authentication-31e3e89c9117196fa970ebd09c7b21ca76adfd17.tar.gz
Add badge to the readme
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 91fcbe1..02c33d2 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Mixlib::Authentication
-[![Gem Version](https://badge.fury.io/rb/mixlib-authentication.svg)](https://badge.fury.io/rb/mixlib-authentication)
+[![Gem Version](https://badge.fury.io/rb/mixlib-authentication.svg)](https://badge.fury.io/rb/mixlib-authentication)[![Build status](https://badge.buildkite.com/6e6fbb678a969e9c28782f83630a526c73d41bf9b70f4e5596.svg?branch=master)](https://buildkite.com/chef-oss/chef-mixlib-authentication-master-verify)
**Umbrella Project**: [Chef Foundation](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-foundation.md)
@@ -15,7 +15,7 @@ Mixlib::Authentication provides a class-based header signing authentication obje
All documentation is written using YARD. You can generate a by running:
-```
+```shell
rake docs
```