From c1a2932f9d54eae654b8bb8d7442595850b4e51e Mon Sep 17 00:00:00 2001 From: tgic Date: Wed, 17 Dec 2014 17:12:20 +0800 Subject: [PATCH] use godoc badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c57163a2..65a9a0e3 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ This is useful when you want use publickey and something like [google-authentica you can configure the rule at `/etc/pam.d/sshpiperd` -## API @ [Godoc](https://godoc.org/github.com/tg123/sshpiper/ssh#SSHPiperConfig) +## API @ [![GoDoc](https://godoc.org/github.com/tg123/sshpiper?status.svg)](https://godoc.org/github.com/tg123/sshpiper/ssh#SSHPiperConfig) Package ssh in sshpiper is compatible with[golang.org/x/crypto/ssh](http://golang.org/x/crypto/ssh). All func and datatype left unchanged. You can use it like [golang.org/x/crypto/ssh](http://golang.org/x/crypto/ssh).