From d62852981bff9eb60d676863936fbd459f441d60 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 20 Jun 2024 01:55:04 +0200 Subject: [PATCH] Deprecate --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43d23d2..9613a8f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # micro-otp -One Time Password generation via [RFC 6238](https://datatracker.ietf.org/doc/html/rfc6238). - -## Switch to [micro-key-producer](https://github.com/paulmillr/micro-key-producer) +> [!WARNING] +> The repository has been merged into [micro-key-producer](https://github.com/paulmillr/micro-key-producer). Please head to the new repo for updates. -The package has been integrated into micro-key-producer. It is now deprecated. + npm install micro-key-producer --- +One Time Password generation via [RFC 6238](https://datatracker.ietf.org/doc/html/rfc6238). + + ```ts import * as otp from 'micro-otp';