@@ -15,10 +15,14 @@ import { MultiProgressBar } from "https://deno.land/x/
[email protected] /mod.ts";
1515import {
delay }
from " https://deno.land/[email protected] /async/delay.ts" ;
1616
1717// or JSR
18- // import { MultiProgressBar } from "jsr:@deno-library/[email protected] ";18+ // import { MultiProgressBar } from "jsr:@deno-library/progress";
19+ // import { delay } from "jsr:@std/async";
20+
21+ // or JSR (with version)
22+ // import { MultiProgressBar } from "jsr:@deno-library/[email protected] ";1923// import { delay } from "jsr:@std/[email protected] ";2024
21- // or JSR (Run `deno add @deno-library/progress` and `deno add @std/async`)
25+ // or JSR (no prefix, run `deno add @deno-library/progress` and `deno add @std/async`)
2226// import { MultiProgressBar } from "@deno-library/progress";
2327// import { delay } from "@std/async";
2428
@@ -158,10 +162,14 @@ import ProgressBar from "https://deno.land/x/
[email protected] /mod.ts";
158162import {
delay }
from " https://deno.land/[email protected] /async/delay.ts" ;
159163
160164// or JSR
161- // import ProgressBar from "jsr:@deno-library/[email protected] ";165+ // import ProgressBar from "jsr:@deno-library/progress";
166+ // import { delay } from "jsr:@std/async";
167+
168+ // or JSR (with version)
169+ // import ProgressBar from "jsr:@deno-library/[email protected] ";162170// import { delay } from "jsr:@std/[email protected] ";163171
164- // or JSR (Run `deno add @deno-library/progress` and `deno add @std/async`)
172+ // or JSR (no prefix, run `deno add @deno-library/progress` and `deno add @std/async`)
165173// import ProgressBar from "@deno-library/progress";
166174// import { delay } from "@std/async";
167175
@@ -189,10 +197,14 @@ import ProgressBar from "https://deno.land/x/
[email protected] /mod.ts";
189197import {
delay }
from " https://deno.land/[email protected] /async/delay.ts" ;
190198
191199// or JSR
192- // import ProgressBar from "jsr:@deno-library/[email protected] ";200+ // import ProgressBar from "jsr:@deno-library/progress";
201+ // import { delay } from "jsr:@std/async";
202+
203+ // or JSR (with version)
204+ // import ProgressBar from "jsr:@deno-library/[email protected] ";193205// import { delay } from "jsr:@std/[email protected] ";194206
195- // or JSR (Run `deno add @deno-library/progress` and `deno add @std/async`)
207+ // or JSR (no prefix, run `deno add @deno-library/progress` and `deno add @std/async`)
196208// import ProgressBar from "@deno-library/progress";
197209// import { delay } from "@std/async";
198210
0 commit comments