diff --git a/README.md b/README.md
index 14af7d6..2fe5d83 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-am
+
openappsec/attachement
@@ -7,14 +7,14 @@ am
open-appsec is a machine learning security engine that preemptively and automatically prevent threats against Web Application & APIs.
-open-appsec Attachments connect between processes that provide HTTP data and the open-appsec agent security logic.
+open-appsec Attachments connect between processes that provide HTTP data and the open-appsec Agent security logic.
-An attachment gets HTTP data (URL, Header, Body, Response) from a hosting process and delivers it to an open-appsec additiona process known as HTTP Transaction handler. The attachment does not keep any state and has no security logic.
+An attachment gets HTTP data (URL, Header, Body, Response) from a hosting process and delivers it to an open-appsec process known as HTTP Transaction handler. The attachment does not keep any state and has no security logic.
To deal with potential issues where the HTTP Transaction handler process is not responding, the Attachment implements a retry mechanism and
configurable fail-open/fail-close mechanism.
-This repository will host Attachment for different platforms. The first one is the open-appsec attachment for NGINX, implemented as a standard NGINX dynamically loadable module (plugin)
+This repository will host Attachment for different platforms. The first one is the open-appsec attachment for NGINX, implemented as a standard NGINX dynamically loadable module (plugin).
## open-appsec NGINX attachment compilation instructions
@@ -27,13 +27,13 @@ This repository will host Attachment for different platforms. The first one is t
```bash
$ git clone https://github.com/openappsec/attachment.git
$ cd attachment/
- $ cmake -DCMAKE_INSTALL_PREFIX=build_out .
+ $ cmake -DCMAKE_INSTALL_PREFIX=build_out .
$ make install
```
### NGINX plugin
-NGINX Plugins are built per specific version.
+NGINX Plugins are built per specific version.
1. Get nginx source code from [nginx.org](http://nginx.org/), e.g. version 1.23.0 (see [nginx compatibility](http://nginx.org/en/docs/njs/compatibility.html))
2. Run make modules
@@ -53,13 +53,11 @@ NGINX Plugins are built per specific version.
The NGINX plugin uses these libraries: shmem_ipc, compression_utils, and nginx_attachment_util.
They can be found under the `lib` directory in the `