Skip to content

Commit

Permalink
Fix broken table in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Sep 28, 2021
1 parent 9b89cdd commit 2d90fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ open a `condition` block, specify the condition type, and then the parameters
for that condition to be evaluated:

|Condition|Can use subst. syntax|Parameters|Description|
|---------|----------|-----------|
|---------|---------------------|----------|-----------|
|`cookie` | Yes | A single `key` = `value`| Checks if request has cookie `key` has value `value` |
|`query` | Yes | A single `key` = `value`| Checks if request has query variable `key` has value `value` |
|`post` | Yes | A single `key` = `value`| Checks if request has post data `key` has value `value` |
Expand Down

0 comments on commit 2d90fd9

Please sign in to comment.