From baa7e694f937c3b9f586fbb674e06621cfbf1627 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Fri, 12 Jul 2024 11:28:52 +0200 Subject: [PATCH] Typo fixes --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd780ac4ca..810b483f5f 100644 --- a/README.md +++ b/README.md @@ -245,8 +245,6 @@ $ sudo make install ### Benchmarking -The source tree includes a Benchmark tool that can help measure library performance. The tool is located in the test/benchmark/ directory. The build process also creates the binary here, so you will have the tool after the compilation is finished. - The source tree includes a Benchmark tool that can help measure library performance. The tool is located in the `test/benchmark/` directory. The build process also creates the binary here, so you will have the tool after the compilation is finished. To run, just type: @@ -258,7 +256,7 @@ Doing 1000000 transactions... ``` -Okay, this is a bit much, but you can pass a lower value: +You can also pass a lower value: ```shell $ ./benchmark 1000 @@ -275,7 +273,7 @@ user 0m0.337s sys 0m0.022s ``` -This is very fast because the benchmark uses the minimal `modsecurity.conf.default` configuration, which doesn't not too much rules: +This is very fast because the benchmark uses the minimal `modsecurity.conf.default` configuration, which doesn't much too much rules: ```shell $ cat basic_rules.conf