diff --git a/doc/src/asciidoc/module_qrest.adoc b/doc/src/asciidoc/module_qrest.adoc
index 9305a533c4..4e59723698 100644
--- a/doc/src/asciidoc/module_qrest.adoc
+++ b/doc/src/asciidoc/module_qrest.adoc
@@ -43,6 +43,8 @@ we've created a little **QRest** module that can be configured like this:
<9>
+ <10>
+
...
...
@@ -55,7 +57,8 @@ we've created a little **QRest** module that can be configured like this:
<6> Keystore location
<7> Store password
<8> Key password
-<9> Enabled ciphers (optional, defaults to 'all' if not present)
+<9> Enabled cipher suites (optional, defaults to 'all' if not present)
+<10> Enabled protocols (optional, defaults to 'all' if not present)
Once the server receives an HTTP request, it creates a `org.jpos.transaction.Context`, places a reference to the http request
(under the Constant name `REQUEST` defined in the `org.jpos.qrest.Constants` enum), and to the session in the `SESSION`