1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-16 19:54:29 +02:00

updated readme

This commit is contained in:
Justin Lin
2017-03-27 17:36:32 +08:00
parent 7887e51bd7
commit 19470ded3b

View File

@@ -4,6 +4,8 @@
[![license/LGPL](https://img.shields.io/badge/license-LGPL-blue.svg)](https://github.com/JustinSDK/lib-openscad/blob/master/LICENSE)
## Introduction
Every module or function is located in the file which has the same name as the module or the function. For examples, if you want to use the `line2d` module to draw a line, `include <line2d.scad>` first.
include <line2d.scad>;