From 85f8acdbeeb9427f9b313c18df30d36e7cc6a055 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 15 Jun 2019 10:42:28 +0800 Subject: [PATCH] update doc --- docs/lib-along_with.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-along_with.md b/docs/lib-along_with.md index 00530d01..4a280503 100644 --- a/docs/lib-along_with.md +++ b/docs/lib-along_with.md @@ -20,7 +20,7 @@ Puts children along the given path. If there's only one child, it will put the c points = circle_path(radius = 50); along_with(points) - sphere(5, center = true); + sphere(5); ![along_with](images/lib-along_with-1.JPG)