Skip to content

Commit

Permalink
chore: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sontungexpt committed Nov 11, 2023
1 parent 0c6509d commit 17d0170
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 @@ -70,7 +70,7 @@ https://github.com/sontungexpt/url-open/assets/92097639/c51b3e1c-8eae-48f0-a542-
},
```

- NOTE: If you want to use minimal source with no commnets, no validate configs, no documents,
- NOTE: If you want to use minimal source with no comments, no validate configs, no documents,
you can use branch `mini` instead of `main` branch. Make sure you know that your config is valid

```lua
Expand All @@ -96,7 +96,7 @@ You can easily add more patterns to open url under cursor by adding more pattern

```lua
-- default values
require("url_open").setup({
require("url-open").setup({
-- default will open url with default browser of your system or you can choose your browser like this
-- open_app = "micorsoft-edge-stable",
-- google-chrome, firefox, micorsoft-edge-stable, opera, brave, vivaldi
Expand Down

0 comments on commit 17d0170

Please sign in to comment.