From ba557087db897fe9f93d28ca39466fae48b8a2c4 Mon Sep 17 00:00:00 2001 From: sixteenmillimeter Date: Tue, 1 Sep 2020 22:31:30 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c417183..ada6ec9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ While inspired by a certain motion picture development tank the goal of this pro All source code and STL files for printing will be made available in this repository. GNAL is built using [OpenSCAD](https://www.openscad.org/): a free, open-source CAD program that uses scripts to generate objects. -Building this project in a scripting language serves two purposes: it uses only free and open source software to generate the GNAL processing spirals and it future-proofs the design by preserving its dimensions in human-readable text format. +Building this project in a scripting language serves two purposes: it uses only free and open-source software to generate the GNAL processing spirals and it future-proofs the design by preserving its dimensions in human-readable text format. Even if OpenSCAD were to disappear tomorrow (and we sincerely hope it doesn't) it would still be possible to recreate the GNAL models in another CAD program just by reading the code and reproducing the measurements. While the files are all free, open-source and readily available to download; actually printing them can be a challenge.