From c413e28bb858f2790d6b75c02d49206cd645f211 Mon Sep 17 00:00:00 2001 From: silenteh Date: Wed, 5 Aug 2015 22:46:05 +0200 Subject: [PATCH] added godoc badge --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 707c217..c44bd58 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ #### Current test status [![Build Status](https://travis-ci.org/sec51/twofactor.svg?branch=master)](https://travis-ci.org/sec51/twofactor.svg?branch=master) +[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/sec51/twofactor/) ## `totp` -This package implements the RFC 6238 OATH-TOTP algorithm; -See also the [godocs](https://godoc.org/github.com/sec51/twofactor/) -for this package. +This package implements the RFC 6238 OATH-TOTP algorithm; ### Installation