Skip to content

Commit

Permalink
Merge pull request #65 from sters/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-develop committed Jul 10, 2023
2 parents 880132c + 7a8ae4b commit fce78ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ import (
func main() {
items := []string{"hello", "world", "foo", "bar"}

f, _ := fzf.New()
f, err := fzf.New()
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit fce78ab

Please sign in to comment.