Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrlowe committed Nov 9, 2020
1 parent 2cce7bc commit d370c4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Currently only PNG and JPG images are supported.
To install the CLI tool, run the following from the command line:

```shell
deno install --allow-read --allow-net --unstable https://x.nest.land/terminal_images@1.0.0/cli.ts
deno install --allow-read --allow-net --unstable https://x.nest.land/terminal_images@1.0.1/cli.ts
```

Then run
Expand Down Expand Up @@ -49,7 +49,7 @@ _Note that the size might be different, as by default it adapts to the size of y
Here is an example of how you can use it:

```ts
import { printImageString } from "https://x.nest.land/terminal_images@1.0.0/mod.ts";
import { printImageString } from "https://x.nest.land/terminal_images@1.0.1/mod.ts";

printImageString({

Expand Down Expand Up @@ -139,6 +139,6 @@ For more example outputs, have a look at the images folder.

Contributions are welcome! Just pick something to do (the todo list above is a good starting point) and let me know you want to work on it by opening an issue or commenting on a relevant existing issue.

## License
## License

**terminal_images** is under the open source MIT license. See the LICENSE file for legal words.
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"entry": "./mod.ts",
"description": "A Deno module and CLI tool for displaying images in the terminal",
"homepage": "https://github.com/TheWizardBear/terminal_images",
"version": "1.0.0",
"version": "1.0.1",
"unstable": true,
"files": [
"./README.md",
Expand Down

0 comments on commit d370c4d

Please sign in to comment.