Skip to content

Commit

Permalink
Corrected Quick Start Guide numbering.
Browse files Browse the repository at this point in the history
  • Loading branch information
leontoeides committed Nov 22, 2023
1 parent a1c3b87 commit d3cdc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Search only supports exact keyword matches. For `Live` searches, fuzzy matching
is only applied to the last keyword. Consider providing the `autocomplete`
feature to your users as an ergonomic alternative to fuzzy matching.

## 5. Autocompletion
## 4. Autocompletion

The `autocomplete` method will provide several autocompletion options for the
last keyword in the supplied string.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
//! `autocomplete` feature to your users as an ergonomic alternative to fuzzy
//! matching.
//!
//! ## 5. Autocompletion
//! ## 4. Autocompletion
//!
//! The `autocomplete` method will provide several autocompletion options for
//! the last keyword in the supplied string.
Expand Down

0 comments on commit d3cdc9e

Please sign in to comment.