Skip to content

Commit 39f63f7

Browse files
authored
add status badge and MIT license badge
1 parent 053f3dd commit 39f63f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## xotp
22

3+
[![xotp](https://github.com/tmthecoder/xotp/actions/workflows/xotp.yml/badge.svg)](https://github.com/tmthecoder/xotp/actions/workflows/xotp.yml)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
36
A Rust implementation the [HOTP] and [TOTP] Algorithms.
47

58
- HOTP was implemented in accordance with [RFC4226]
@@ -81,4 +84,4 @@ Please file any featre requests or bug reports through the [issue tracker]
8184

8285
- xotp is licensed under the [MIT License]
8386

84-
[MIT License]: https://github.com/tmthecoder/xotp/blob/main/LICENSE
87+
[MIT License]: https://github.com/tmthecoder/xotp/blob/main/LICENSE

0 commit comments

Comments
 (0)