Skip to content

Commit

Permalink
Minor Fix in README
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed Apr 5, 2019
1 parent e00027c commit 90a31b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ str_remove('foobar42', 42);
* `HTTP_1_0_VERBS`: [get, head, post]
* `HTTP_1_1_VERBS`: [get, head, post, connect, delete, options, put, trace]
* `HTTP_VERBS`: [get, head, post, connect, delete, options, put, trace, patch]
* `HTTP_VERBS_LARAVEL`: [get, head, post, delete, options, put, patch]
* `HTTP_VERBS_LARAVEL`: [all, get, head, post, delete, options, put, patch]
* `REGEX_WORD_BOUNDARY`: \\b
* `REGEX_IMG_BASE64_SRC`: Regular Expression used to find a base64 encoded image in HTML text
* `REGEX_IMG_BASE64_REPLACE`: Regular Expression used to replace a base64 encoded image in HTML text
Expand Down

0 comments on commit 90a31b4

Please sign in to comment.