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.