Skip to content

Commit

Permalink
fix typo in Editorialize example
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan authored Oct 4, 2023
1 parent 23724d3 commit 98ee6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

var examples = map[string]string{
"Write new sections for a readme": `cat README.md | mods "write a new section to this README documenting a pdf sharing feature"`,
"Editorialze your video files": `ls ~/vids | mods -f "summarize each of these titles, group them by decade" | glow`,
"Editorialize your video files": `ls ~/vids | mods -f "summarize each of these titles, group them by decade" | glow`,
"Let GPT pick something to watch": `ls ~/vids | mods "Pick 5 action packed shows from the 80s from this list" | gum choose | xargs vlc`,
}

Expand Down

0 comments on commit 98ee6b9

Please sign in to comment.