Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnste committed Jan 8, 2024
1 parent face661 commit e567640
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 @@ -77,8 +77,8 @@ module.exports = {
],
handlers: [
{
// Open apple.com and example.org urls in Safari
match: ["apple.com/*", "example.org/*"],
// Open apple.com and example.com urls in Safari
match: finicky.matchHostnames(["apple.com", "example.com"]),
browser: "Safari"
},
{
Expand Down

0 comments on commit e567640

Please sign in to comment.