Skip to content

Commit

Permalink
chore(docs): README
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Aug 7, 2024
1 parent a95d40c commit 5b15fd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Search for text in your project via the command:
or via calling a lua function:

```lua
require('tafuta').run("[rg-flags] [search_term]")
require('tafuta').run({"[rg-flag1]", "[rg-flag2]", "[search_term]"})
```

#### Example
Expand All @@ -101,7 +101,9 @@ or via calling a lua function:
require('tafuta').run({"--hidden", "--no-ignore", "Neovim version"})
```

Also with default options:
#### Example without flags

Also with default options and without flags:

```
:Tf Neovim\ version
Expand Down

0 comments on commit 5b15fd6

Please sign in to comment.