From 9d052c650ba59ddc8132bce881bd487df31c5348 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 10 Aug 2024 23:08:10 +0900 Subject: Add `image-format` prefix to library name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 34ec222..54cccd9 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ accessing and modifying pixel data. ## Usage -### Import `(pnm)` library +### Import `(image-format pnm)` library ```scheme -(import (pnm)) +(import (image-format pnm)) ``` ### Image -- cgit v1.2.3