Skip to content

Commit

Permalink
Better description of FindFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilm committed Dec 10, 2018
1 parent 485b117 commit eaa29a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ func main() {
},
}
results := fuzzy.FindFrom("al", emps)
fmt.Println(results)
for _, r := range results {
fmt.Println(emps[r.Index])
}
}
```

Expand Down

0 comments on commit eaa29a3

Please sign in to comment.