diff --git a/Home.md b/Home.md index de43a10..919c256 100644 --- a/Home.md +++ b/Home.md @@ -1,8 +1,8 @@ # otp-kt -`otp-kt` is a Kotlin Multiplatform library that provides common one-time password implementations. +`otp-kt` is a Kotlin Multiplatform library that provides common [One-Time Password](https://en.wikipedia.org/wiki/One-time_password) algorithms. -Supported implementations: +Supported algorithms: - HOTP - TOTP @@ -27,4 +27,4 @@ repositories { dependencies { implementation("com.infendro:otp:1.2.2") } -``` \ No newline at end of file +```