From 411c49370c54e36f9a1874f453de866f3c831f45 Mon Sep 17 00:00:00 2001 From: Fabian Weber <> Date: Sun, 17 Mar 2019 20:58:40 +0100 Subject: [PATCH] added badges in ReadMe --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b8b8b7..0008ec1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # go-ipp +[![Version](https://img.shields.io/github/release-pre/phin1x/go-ipp.svg)](https://github.com/phin1x/go-ipp/releases/tag/v1.0.0-beta) +[![Licence](https://img.shields.io/github/license/phin1x/go-ipp.svg)](https://github.com/phin1x/go-ipp/blob/master/LICENSE) + + + ## Go Get To get the package, execute: @@ -12,7 +17,7 @@ go get -h github.com/phin1x/go-ipp * basic ipp 2.0 compatible Client * extended client for cups server * create custom ipp requests -* parse ipp response and files +* parse ipp responses and ipp control files ## Examples