Skip to content

Commit

Permalink
fixed typo in PMUSER_QUEUEIT_CONFIG_TYPE options
Browse files Browse the repository at this point in the history
  • Loading branch information
frwiqueueit authored Jan 21, 2022
1 parent e5d3c5b commit bfe9159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ and of type **Hidden** in Akamai property manager. The following table describes
| :---: | :---: | :---: |
| PMUSER_QUEUEIT_CUSTOMERID | Yes | Find your Customer ID in the GO Queue-it Platform. |
| PMUSER_QUEUEIT_SECRET_KEY | Yes | Find your Secret key in the GO Queue-it Platform. |
| PMUSER_QUEUEIT_CONFIG_TYPE | Yes | 'inline' or 'cahce' or 'edgekv' |
| PMUSER_QUEUEIT_CONFIG_TYPE | Yes | 'inline' or 'cache' or 'edgekv' |
| PMUSER_QUEUEIT_API_KEY | If 'PMUSER_QUEUEIT_CONFIG_TYPE' is set to cache | Find your Api key in the GO Queue-it Platform. |

### Adding a Site Failover behaviour
Expand All @@ -169,4 +169,4 @@ If you need to protect AJAX calls beside page loads you need to add the below Ja
type="text/javascript"
src="//static.queue-it.net/script/queueconfigloader.min.js">
</script>
```
```

0 comments on commit bfe9159

Please sign in to comment.