Skip to content

Commit

Permalink
docs: v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
张复星 committed May 30, 2022
1 parent 00ff633 commit d4b3348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ProgressBar in terminal for deno

## Update

### v1.2.5 - 2022.5.30
### v1.2.6 - 2022.5.30

[Add option to show ETA](https://github.com/deno-library/progress/issues/9).

Expand All @@ -32,7 +32,7 @@ deno run --unstable ./examples/width.unstable.ts
#### example

```ts
import { MultiProgressBar } from "https://deno.land/x/[email protected].5/mod.ts";
import { MultiProgressBar } from "https://deno.land/x/[email protected].6/mod.ts";

const title = "download files";
const total = 100;
Expand Down Expand Up @@ -150,7 +150,7 @@ What is displayed and display order, default: ':bar :text :percent :time :comple
#### simple example

```ts
import ProgressBar from "https://deno.land/x/[email protected].5/mod.ts";
import ProgressBar from "https://deno.land/x/[email protected].6/mod.ts";

const title = "downloading:";
const total = 100;
Expand All @@ -174,7 +174,7 @@ downloading();
#### complex example

```ts
import ProgressBar from "https://deno.land/x/[email protected].5/mod.ts";
import ProgressBar from "https://deno.land/x/[email protected].6/mod.ts";

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

0 comments on commit d4b3348

Please sign in to comment.