Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc authored Dec 8, 2024
1 parent 1cac9bd commit 97fbdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deno add @jsr:@dldc/librsync
## Usage

```ts
import initLibrsync, { signature, diff, apply } from "@dldc/librsync";
import { signature, diff, apply } from "@dldc/librsync";

const checksum = signature(destFile); // you can specify block size as second argument
// send checksum to source...
Expand Down

0 comments on commit 97fbdab

Please sign in to comment.