From 500544dc046fc2f5799831d5957d93c7f514f607 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Sat, 11 Apr 2020 07:27:12 -0400 Subject: [PATCH] Fix typo --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f44e097..1aaf8e7 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ RONIN --------------- -Ronin is a procedural graphics tool designed to automate simple graphical tasks, like resizing, cropping, coloring, and generating algorithmic images. It interprets a minimal dialect of LISP, look at the examplesto better understand how this all works. +Ronin is a procedural graphics tool designed to automate simple graphical tasks, like resizing, cropping, coloring, and generating algorithmic images. It interprets a minimal dialect of LISP, look at the examples to better understand how this all works. The library updates is constantly revealing new applications to Ronin, you can see the list of available functions here. Most of our iconography and designs were created with both Ronin and Dotgrid. @@ -161,4 +161,4 @@ Extras - Themes: https://github.com/hundredrabbits/Themes - Support: https://patreon.com/100 -- Pull Requests are welcome! \ No newline at end of file +- Pull Requests are welcome!