Skip to content

Commit 8bcd480

Browse files
committed
add godoc badge to README and tweak intro
Signed-off-by: Ashley Davis <[email protected]>
1 parent af22430 commit 8bcd480

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
<img src="https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png" height="256" width="256" alt="cert-manager project logo" />
33
</p>
44

5+
<p align="center">
6+
<a href="https://godoc.org/github.com/cert-manager/csi-lib"><img src="https://godoc.org/github.com/cert-manager/csi-lib?status.svg" alt="cert-manager/csi-lib godoc"></a>
7+
</p>
8+
59
# cert-manager-csi-lib
610

7-
> A library for building [CSI drivers](https://kubernetes-csi.github.io/docs/)
8-
> that interact with [cert-manager's](https://github.com/cert-manager/cert-manager)
9-
> CertificateRequest API.
11+
A library for building [CSI drivers](https://kubernetes-csi.github.io/docs/)
12+
which interact with [cert-manager's](https://github.com/cert-manager/cert-manager)
13+
CertificateRequest API.
1014

1115
## Introduction
1216

0 commit comments

Comments
 (0)