From c78fb137313d8ff05d107a6084d563740da90985 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 8 Oct 2021 10:05:14 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04b6e257..93c0a583 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Some of my [3D models](https://github.com/JustinSDK/dotSCAD#examples) require co The idea of the name dotSCAD comes from the filename extension ".scad" of OpenSCAD. -## Get Started +## Getting started OpenSCAD uses three library locations, the installation library, built-in library, and user defined libraries. Check [Setting OPENSCADPATH](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries#Setting_OPENSCADPATH) in [OpenSCAD User Manual/Libraries](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries) for details.