NERDDISCO commited on
Commit
9ab266c
·
1 Parent(s): 01b5ace

docs: remove not needed text

Browse files
Files changed (1) hide show
  1. packages/node/README.md +1 -1
packages/node/README.md CHANGED
@@ -177,7 +177,7 @@ console.log(`Connected to ${robot.robotType} on ${robot.port.path}`);
177
 
178
  ### `calibrate(config): Promise<CalibrationProcess>`
179
 
180
- Calibrates motor homing offsets and records range of motion. **Identical to Python lerobot behavior.**
181
 
182
  ```typescript
183
  const calibrationProcess = await calibrate({
 
177
 
178
  ### `calibrate(config): Promise<CalibrationProcess>`
179
 
180
+ Calibrates motor homing offsets and records range of motion.
181
 
182
  ```typescript
183
  const calibrationProcess = await calibrate({