Skip to content

Commit baa7e69

Browse files
committed
Typo fixes
1 parent 714e531 commit baa7e69

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ $ sudo make install
245245

246246
### Benchmarking
247247

248-
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.
249-
250248
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.
251249

252250
To run, just type:
@@ -258,7 +256,7 @@ Doing 1000000 transactions...
258256

259257
```
260258

261-
Okay, this is a bit much, but you can pass a lower value:
259+
You can also pass a lower value:
262260

263261
```shell
264262
$ ./benchmark 1000
@@ -275,7 +273,7 @@ user 0m0.337s
275273
sys 0m0.022s
276274
```
277275

278-
This is very fast because the benchmark uses the minimal `modsecurity.conf.default` configuration, which doesn't not too much rules:
276+
This is very fast because the benchmark uses the minimal `modsecurity.conf.default` configuration, which doesn't much too much rules:
279277

280278
```shell
281279
$ cat basic_rules.conf

0 commit comments

Comments
 (0)