Skip to content

Commit c004a3c

Browse files
authored
Update README.md
1 parent e02ad34 commit c004a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ You can change the way the JSON is encoded by setting the configuration paramete
11801180

11811181
'jsonOptions' => JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES,
11821182

1183-
The above example will set JSON options to 128+256+64 = 448, as per the table of options below:
1183+
The above example will set JSON options to 128+256+64 = 448, as per the list of options below:
11841184

11851185
JSON_HEX_TAG (1)
11861186
All < and > are converted to \u003C and \u003E.

0 commit comments

Comments
 (0)