diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-27 23:08:51 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-27 23:08:51 +0100 |
commit | 9b864579a818002a3a6025a4155530966da2312d (patch) | |
tree | c239f0ed40355c8db2d627a4c7d6f32c39dcbbb6 | |
parent | 4467ce7a2d1eedb320e92e5a26f1b93bc41d3611 (diff) | |
download | nitrokey-rs-9b864579a818002a3a6025a4155530966da2312d.tar.gz nitrokey-rs-9b864579a818002a3a6025a4155530966da2312d.tar.bz2 |
Update and correct the readme file
This patch updates the readme regarding the support by Nitrokey UG and
fixes an editing error in the test section.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,11 +55,11 @@ Note that the tests assume that the device’s passwords are the factory default (admin PIN `12345678`, user PIN `123456`, update password `12345678`) and that an AES key has been built. Some tests will overwrite the data stored on the Nitrokey device or perform a factory reset. Never execute the tests if you -unless yout want to destroy all data on all connected Nitrokey devices! +don’t want to destroy all data on any connected Nitrokey device! ## Acknowledgments -Thanks to Nitrokey UG for providing a Nitrokey Storage to support the +Thanks to Nitrokey UG for providing two Nitrokey devices to support the development of this crate. Thanks to Daniel Mueller for contributions to `nitrokey-rs` and for the `nitrokey-test` crate. |