Skip to content

Commit 3fccea5

Browse files
committed
Updated README
The example code block beginning on line 99 lacked JavaScript syntax highlighting.
1 parent 4cce797 commit 3fccea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ from disk.
9696

9797
* `opts.persistentCache` - a complex cache handler that allows async and persistent
9898
caching of data. A `persistentCache` needs to follow this interface:
99-
```
99+
```js
100100
function persistentCache (
101101
file, // the path to the file that is loaded
102102
id, // the id that is used to reference this file

0 commit comments

Comments
 (0)