Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SegaraRai committed Jan 6, 2025
1 parent 8eb6ae7 commit 2f33262
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 @@ -205,7 +205,9 @@ async function move() {
throw new Error("Failed to generate a new fractional index.");
}

// Delete
/**
* Delete
*/
async function remove() {
// Just delete the item. No need to touch the fractional index.
// There is no need to modify the fractional index even for soft delete.
Expand Down

0 comments on commit 2f33262

Please sign in to comment.