From 2b0cf547ce1eaa4b153c812f51bb9ab6928784cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Rigo?= Date: Thu, 22 Jun 2023 11:40:27 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2eafc1c..fc6a53b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ sliding windows. Common false positives include: ### About `cpu_rec_rs` is a Rust reimplementation of the original -[`cpu_res`](https://github.com/airbus-seclab/cpu_rec/). Why reimplement it? +[`cpu_rec`](https://github.com/airbus-seclab/cpu_rec/). Why reimplement it? * Performance * Code simplification @@ -42,4 +42,4 @@ sliding windows. Common false positives include: The original `cpu_rec` contains a lot of code necessary for experimenting and updating the corpus. If you want to play with various settings for prediction, please use `cpu_rec`. It also contains documentation and links to the theory -behind it ([SSTIC presentation](https://github.com/airbus-seclab/cpu_rec/blob/master/doc/cpu_rec_slides_english.pdf)). \ No newline at end of file +behind it ([SSTIC presentation](https://github.com/airbus-seclab/cpu_rec/blob/master/doc/cpu_rec_slides_english.pdf)).