From f85592859580973ed928fb3f6bfcaf5fa5efb170 Mon Sep 17 00:00:00 2001 From: Shoyo Date: Wed, 3 Feb 2021 15:21:43 -0800 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e4df6a..af967e3 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ keystroke is extracted into a [mel-frequency ceptral coefficients](https://en.wi feature vector and embedded with [t-SNE](https://en.wikipedia.org/wiki/T-distributed_stochastic_neighbor_embedding). Note that the points above are colored and labeled to visualize the accuracy of the clustering. In practice, the attacker would need to perform further processing (cluster labeling) after this step -which may or may accurately predict which key belongs to which cluster. +which may or may not accurately predict which key belongs to which cluster. The functions used to process the data are located in the `acoustic_keylogger` package. I don't have any immediate plans to write external documentation on how to use the package, but each