From 6f9d01659f5815d5ae5dd8982d6c44623e993f55 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 23 Apr 2021 18:13:38 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d39a5931..3b1fdc50 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Every module or function is located in the file which has the same name as the m line2d(p1 = [0, 0], p2 = [5, 0], width = 1); -Some module files are organized in a directory. For example, px_circle.scad exists in `pixel` directory. You have to prefix the directory name when including `px_circle`. +Some module files are organized in a directory. For example, vx_circle.scad exists in `voxel` directory. You have to prefix the directory name when using `vx_circle`. use ;