aboutsummaryrefslogtreecommitdiffstats
path: root/julia-c
diff options
context:
space:
mode:
authormjfernez <mjfernez@gmail.com>2021-03-24 17:43:41 -0400
committermjfernez <mjfernez@gmail.com>2021-03-24 17:43:41 -0400
commit5a35396f85d0bd016fe8191218a96e4862349f39 (patch)
tree798a7d2b25c58b0777846ed2a0d69a4b469692ae /julia-c
parente2d20d384466889bc2363c705b68cdd69b0822b3 (diff)
downloadscripts-n-tools-5a35396f85d0bd016fe8191218a96e4862349f39.tar.gz
Update julia README, missed a space
Diffstat (limited to 'julia-c')
-rw-r--r--julia-c/README.md4
1 files 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.