Unidiff1 files changed, 3 insertions, 2 deletions
|
diff --git a/README b/README index 7c4a5c5..3affbfc 100644 --- a/ README+++ b/ README |
|
@@ -37,11 +37,12 @@ as follows: |
37 | |
37 | |
38 | set req.http.X-Value = dict.lookup("key"); |
38 | set req.http.X-Value = dict.lookup("key"); |
39 | |
39 | |
| |
40 | The module has been tested with Varnish versions 6.0.2 -- 6.3.2. |
| |
41 | |
40 | * Installation |
42 | * Installation |
41 | |
43 | |
42 | In order to compile the package you need to have installed |
44 | In order to compile the package you need to have installed |
43 | varnishd and varnishapi package. The module has been tested with |
45 | varnishd and varnishapi package. |
44 | Varnish versions 4.1, 5.1, and 6.0.2. |
| |
45 | |
46 | |
46 | Supposing that condition is met, run: |
47 | Supposing that condition is met, run: |
47 | |
48 | |
|