Skip to content

Commit ae663a3

Browse files
authored
Missing ; in README.md
1 parent d60d983 commit ae663a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ You can add options which will be appended to the options set when doing the req
192192

193193
$whitelist = [...];
194194
$opts = [CURLOPT_TIMEOUT => 5];
195-
$zlib = 'Off'
195+
$zlib = 'Off';
196196

197197
Geekality\CrossOriginProxy::proxy($whitelist, $opts, $zlib);
198198
```

0 commit comments

Comments
 (0)