Skip to content

Commit

Permalink
readme test
Browse files Browse the repository at this point in the history
  • Loading branch information
aminomancer committed Oct 21, 2022
1 parent 09c86fc commit ef1565d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,9 @@ But what if you have a non-default search engine that you want to use for a part

This pref accepts a JSON-formatted object containing zero or more name-value pairs, separated by commas. This object can also include one reserved property called `REG_EXPS`, which uses regular expressions instead of URL strings. The object format is:

```Smalltalk
```XQuery
{
REG_EXPS: {
"REG_EXPS": {
<regexp1>: <engine>,
<regexp2>: <engine>
},
Expand Down

0 comments on commit ef1565d

Please sign in to comment.