From e5527fcd6f131ec8fcf9a9f970137a315fd60a85 Mon Sep 17 00:00:00 2001 From: Ronaldson Bellande <47253433+RonaldsonBellande@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:32:19 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f94ff2..683a310 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You want to compute the next step from `node0` towards `node1` while limiting th ```python # Define Import -from bellande_robot_step.bellande_robot_step_2d import bellande_step_2d, Node2D +from bellande_robot_step.bellande_robot_step_2d import bellande_step_3d, Node3D # Define the nodes node0 = Node3D(0, 0, 0)