Skip to content

Commit d8a5ade

Browse files
Fix config type in docs
1 parent f5766e7 commit d8a5ade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ root. Available configuration options:
226226

227227
An example config file specifying a memory cache, with a 2 hour expiration, and a maximum of 50 entries
228228

229-
```javascript
229+
```json
230230
{
231231
"cache": "memory",
232232
"cacheConfig": {

docs/configure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ root. Available configuration options:
2222

2323
An example config file specifying a memory cache, with a 2 hour expiration, and a maximum of 50 entries
2424

25-
```javascript
25+
```json
2626
{
2727
"cache": "memory",
2828
"cacheConfig": {

0 commit comments

Comments
 (0)