Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgu committed Jul 10, 2024
1 parent f225acf commit 0686d59
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 @@ -243,7 +243,7 @@ Run `pet configure`
sortby = "description" # specify how snippets get sorted (recency (default), -recency, description, -description, command, -command, output, -output)
cmd = ["sh", "-c"] # specify the command to execute the snippet with
color = false # enables output coloring with fzf, same as '--color' flag
format = "[$descripion]: $command $tags" controls the format of the output when searching
format = "[$description]: $command $tags" controls the format of the output when searching
[Gist]
file_name = "pet-snippet.toml" # specify gist file name
Expand Down Expand Up @@ -316,7 +316,7 @@ pet search
[ping]: ping 8.8.8.8 #network #google
```

You can exec snipet with filtering the tag
You can exec snippet with filtering the tag

```
pet exec -t google
Expand Down

0 comments on commit 0686d59

Please sign in to comment.