Skip to content

Commit

Permalink
fixed yet another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lowe committed Apr 3, 2023
1 parent 6a94900 commit a4ba634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ properties.
Here is an example of how you can use it:

```ts
import { printImage } from "https://deno.land/x/terminal_images@3.1.0/cli.ts";
import { printImage } from "https://deno.land/x/terminal_images@3.1.0/mod.ts";

printImage({
// replace this with the URL or local file path of the image you want to print out
Expand Down

0 comments on commit a4ba634

Please sign in to comment.