From 4480971162d827f048c24ba3209f5282a03e322f Mon Sep 17 00:00:00 2001 From: 0x23 Date: Sun, 21 Sep 2025 16:19:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df66e0b..befb21f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The firmware implements a complete motion planning stack with look-ahead for smo The lightweight Python API handles all serial communication and provides convenient command execution and debug message printing. The interface includes functions to home, move, and calibrate the device, as well as to query device information. -Simply copy the [open_micro_stage_api.py](software/PythonAPI/open_micro_stage_api.py) file into your project (and install the dependencies in requirements.txt), and you’re ready to get started. +Simply copy the [open_micro_stage_api.py](software/PythonAPI/open_micro_stage_api.py) file into your project (also install the dependencies in requirements.txt), and you’re ready to get started. ## Usage Example ```python