Skip to content

Commit

Permalink
Bump to v1.2.2 in importing url
Browse files Browse the repository at this point in the history
  • Loading branch information
moncefplastin07 committed Nov 23, 2021
1 parent d488f52 commit bd37cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Streaming cross-platform zip tool written for Deno 🦕.
import {
compress,
decompress
} from "https://deno.land/x/[email protected].0/mod.ts";
} from "https://deno.land/x/[email protected].2/mod.ts";
```

or from `nest.land` packages
Expand All @@ -25,7 +25,7 @@ or from `nest.land` packages
import {
compress,
decompress
} from "https://x.nest.land/[email protected].0/mod.ts";
} from "https://x.nest.land/[email protected].2/mod.ts";
```

#### Usage:
Expand Down

0 comments on commit bd37cb1

Please sign in to comment.