Spaces:
Running
Running
docs: remove not needed text
Browse files- 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.
|
| 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({
|