Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfuxing committed Nov 18, 2024
1 parent 73c3989 commit f171c65
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 @@ -8,7 +8,7 @@ uncompress rar file for deno
* upcompress all
```js
// Simply get an instance of UnrarAll
import unrar from "jsr:@deno-library/unrar" // or "https://deno.land/x/[email protected].1/mod.ts";
import unrar from "jsr:@deno-library/unrar" // or "https://deno.land/x/[email protected].2/mod.ts";
// Equal to:
import { UnrarAll } from "jsr:@deno-library/unrar"
const unrar = new UnrarAll();
Expand Down

0 comments on commit f171c65

Please sign in to comment.