Sfoglia il codice sorgente

Readme tweak to correct default options list

Andrew Collington 3 anni fa
parent
commit
57150f9105
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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
 ];
 ```