From 0e5152aec83277fe9d066dc859306e848bfad7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 19 Apr 2023 16:41:06 +0200 Subject: [PATCH 1/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c41c050..d28d532 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SPDX-License-Identifier: CC0-1.0 PIV-Authenticator ================= -`piv-authenticator` is a Rust implematation of the [Personnal Identity Verification](https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-73-4.pdf) smartcard. +`piv-authenticator` is a Rust implematation of the [Personal Identity Verification](https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-73-4.pdf) smartcard. Supported features ------------------ From 9aeff1483555a72089153f289186c75aa35413dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 19 Apr 2023 16:41:32 +0200 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d28d532..d64d410 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ PIV-Authenticator Supported features ------------------ -`piv-authenticator` is still under heavy development and currently doesn't support most of PIV's features. +`piv-authenticator` is still under heavy development. See the [tracking issue for command support](https://github.com/Nitrokey/piv-authenticator/issues/1) for more information. License