From 6c8423b0b486049902a685f43094bc81a997d361 Mon Sep 17 00:00:00 2001 From: neauoire Date: Wed, 11 Mar 2020 16:34:11 +0900 Subject: [PATCH] Fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6aa938a..3ca0f01 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ To save an image in memory, open an image file with Ronin, or drag an image file ## Library -- `(open ~name ~scale)` Imports a graphic file with format. -- `(import ~name ~shape)` Imports a graphic file with format. +- `(open name ~scale)` Imports a graphic file with format. +- `(import name ~shape)` Imports a graphic file with format. - `(export ~name ~format ~quality)` Exports a graphic file with format. - `(pos ~x ~y)` Returns a position shape. - `(line ax ay bx by)` Returns a line shape.