From 5a35396f85d0bd016fe8191218a96e4862349f39 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Wed, 24 Mar 2021 17:43:41 -0400 Subject: Update julia README, missed a space --- julia-c/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/julia-c/README.md b/julia-c/README.md index 7a264bc..d990b21 100644 --- a/julia-c/README.md +++ b/julia-c/README.md @@ -1,9 +1,9 @@ # julia.c -### Simple CLI for efficient Julia Set fractal parsing in C +### Simple CLI for efficient Julia Set fractal rendering in C The motivation for this tool was to improve upon my earlier Julia Set code -with a cleaner web app interface. But usingPython/numpy/PIL as the driver for +with a cleaner web app interface. But using Python/numpy/PIL as the driver for image rendering was just too slow. This is supposed to be a better driver program meant to be lightweight, and easy to be called from another application with not-so complicated syntax. -- cgit v1.2.3