Skip to content

Commit

Permalink
Fix english error
Browse files Browse the repository at this point in the history
  • Loading branch information
shhivv committed Mar 19, 2022
1 parent 56df5fa commit 4ea2219
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Dive

🔎 Search millions of files at lightning-fast speeds to find what you are looking for!

## Dive in action!
![Dive in action!](assets/dive.gif)

## Reference

2 changes: 1 addition & 1 deletion src/core/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl Search {
if self.found == 1 {
"file or folder"
} else {
"files and folders"
"files or folders"
}
)
}
Expand Down

0 comments on commit 4ea2219

Please sign in to comment.