Skip to content

Commit

Permalink
Fix mismatched paren
Browse files Browse the repository at this point in the history
  • Loading branch information
jkingsman committed Apr 5, 2015
1 parent 3e24027 commit 4a347e5
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 @@ -56,7 +56,7 @@ If you have a general rule that you think others could find helpful, feel free t
- The import formats are as follows:

- rules
- `[{"description":"a few words descripting it","enabled":true,"name":"The Rule Name","risk":"low","searchString":"the regex to execut","uid":"random hex ID","url":"what URL addition )if any) to run the regex on"}, {...}]`
- `[{"description":"a few words descripting it","enabled":true,"name":"The Rule Name","risk":"low","searchString":"the regex to execut","uid":"random hex ID","url":"what URL addition (if any) to run the regex on"}, {...}]`

- sites
- `[{"rule":"matched rule name","uid":"random hex uid","url":matched URL"}, {...}]`
Expand Down

0 comments on commit 4a347e5

Please sign in to comment.