diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-08-06 20:41:38 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-08-06 20:41:38 -0700 |
commit | 31e3e89c9117196fa970ebd09c7b21ca76adfd17 (patch) | |
tree | 213b73b5a58bc35822c10141213d57772094e69f | |
parent | e9c91314dd842c086003908868f2d0968e84c098 (diff) | |
download | mixlib-authentication-31e3e89c9117196fa970ebd09c7b21ca76adfd17.tar.gz |
Add badge to the readme
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # Mixlib::Authentication -[](https://badge.fury.io/rb/mixlib-authentication) +[](https://badge.fury.io/rb/mixlib-authentication)[](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 ``` |