Readme tweak to correct default options list

This commit is contained in:
Andrew Collington 2022-07-17 23:39:18 +01:00
parent d10c3db655
commit 57150f9105

View file

@ -93,7 +93,7 @@ $options = [
'jit' => true // show the jit buffer chart/big number
],
// json structure of all text strings used, or null for default
'language_pack' => {{LANGUAGE_PACK}}
'language_pack' => null
];
```