diff --git a/README.md b/README.md index 6752f28..867dae1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # TOTP +![GitHub release (latest by date)](https://img.shields.io/github/v/release/tech-thinker/totp) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/tech-thinker/totp/go-test.yaml) +![GitHub](https://img.shields.io/github/license/tech-thinker/totp) +![GitHub All Releases](https://img.shields.io/github/downloads/tech-thinker/totp/total) +![GitHub last commit](https://img.shields.io/github/last-commit/tech-thinker/totp) +![GitHub forks](https://img.shields.io/github/forks/tech-thinker/totp) +![GitHub top language](https://img.shields.io/github/languages/top/tech-thinker/totp) + TOTP is a Time Based One Time Password Algorithm, which can be used in client side or server side applications. ## Features