Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Acsigen authored and djfarrelly committed Jan 5, 2023
1 parent ad2b9dc commit adaf6e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ Rules example file:

```javascript
[
{ allow: "*" },
{ deny: "*@test.com" },
{ allow: "[email protected]" },
{ deny: "*@utah.com" },
{ allow: "[email protected]" },
];
{ "allow": "*" },
{ "deny": "*@test.com" },
{ "allow": "[email protected]" },
{ "deny": "*@utah.com" },
{ "allow": "[email protected]" }
]
```

This would allow `[email protected]`, `[email protected]`, `[email protected]`, but deny
Expand Down

0 comments on commit adaf6e1

Please sign in to comment.