From 37bbe35482538f1053e70d72a5d3b9d0e7722bb7 Mon Sep 17 00:00:00 2001 From: Infendro Date: Sun, 14 Dec 2025 14:43:30 +0100 Subject: [PATCH] update README small rewording, link wikipedia article --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a265a51..3c4696d 100644 --- a/README.md +++ b/README.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