Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingZhang committed Jul 15, 2020
1 parent 507ac72 commit 6583433
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 @@ -18,7 +18,7 @@ deno run --unstable ./examples/width.unstable.ts
## Usage
* simple example
```ts
import ProgressBar from "https://deno.land/x/[email protected].0/mod.ts";
import ProgressBar from "https://deno.land/x/[email protected].1/mod.ts";

const title = 'downloading:';
const total = 100;
Expand All @@ -40,7 +40,7 @@ downloading();
```
* complex example
```ts
import ProgressBar from "https://deno.land/x/[email protected].0/mod.ts";
import ProgressBar from "https://deno.land/x/[email protected].1/mod.ts";

const total = 100;
const progress = new ProgressBar({
Expand Down

0 comments on commit 6583433

Please sign in to comment.