From a4ba6344cfbeac1fbe8ee29542f2971eefadc3af Mon Sep 17 00:00:00 2001 From: Michael Lowe Date: Mon, 3 Apr 2023 20:42:06 +0100 Subject: [PATCH] fixed yet another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b2b760..a2ef1dd 100644 --- a/README.md +++ b/README.md @@ -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