Skip to content

Commit 6449310

Browse files
committed
Fix typos
1 parent 8d06e4c commit 6449310

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ As a dynamic library, don’t forget that libmodsecurity must be installed to a
5959

6060
On unix the project uses autotools to help the compilation process. Please note that if you are working with `git`, don't forget to initialize and update the submodules. Here's a quick how-to:
6161
```shell
62-
$ git clone https://github.com/owasp-modsecurity/ModSecurity ModSecurity
62+
$ git clone --recursive https://github.com/owasp-modsecurity/ModSecurity ModSecurity
6363
$ cd ModSecurity
64-
$ git submodule init
65-
$ git submodule update
6664
```
6765

6866
You can then start the build process:
@@ -307,11 +305,11 @@ Include "owasp-v3/rules/*.conf"
307305

308306
Now the command will give much higher value.
309307

310-
#### How the benchark works
308+
#### How the benchmark works
311309

312-
The tool is a simple wrapper application that uses the library. Creates a ModSecurity instance and a RuleSet instance, then runs a loop with the passed number. Creates a Transaction (object) and emulates real HTTP transactions.
310+
The tool is a straightforward wrapper application that utilizes the library. It creates a ModSecurity instance and a RuleSet instance, then runs a loop based on the specified number. Within this loop, it creates a Transaction object to emulate real HTTP transactions.
313311

314-
The transaction is an HTTP/1.1 GET request with some GET parameters. Added common headers then the response: headers and an XML body. Between phases it checks whether an intervention has taken place or not. All transactions are created with same data.
312+
Each transaction is an HTTP/1.1 GET request with some GET parameters. Common headers are added, followed by the response headers and an XML body. Between phases, the tool checks whether an intervention has occurred. All transactions are created with the same data.
315313

316314
Note that the tool does not call the last phase (logging).
317315

0 commit comments

Comments
 (0)