From 40a1f97aa6f7ef85c73fcf942f7872b61c64a0fd Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Fri, 22 May 2020 16:09:55 +0000
Subject: [PATCH] Add build badge and Docker Hub URL to README

---
 README.md |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ab2d165..717d384 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,12 @@
 
 It should be a drop-in replacement for "default" IPAM module.
 
+![Build status](https://github.com/jacekkow/docker-plugin-pyipam/workflows/Release/badge.svg)
+
 ## Installation
 
 Plugin is packaged as [Docker Engine-managed plugin](https://docs.docker.com/engine/extend/).
+Check out [plugin page on Docker Hub](https://hub.docker.com/p/jacekkow/pyipam).
 
 To install it simply run:
 
@@ -30,5 +33,3 @@
 
 You can also use `package.sh` helper script which will perform
 all the steps (including installation) automatically.
-
-

--
Gitblit v1.9.1