Skip to content

Commit be0fc50

Browse files
author
seiya0412
committed
Fix typo.
1 parent 629e484 commit be0fc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Command WHILL to stop report WHILL status.
4848
### Manipulation
4949

5050
```python
51-
WHILL::set_joy_stick(front=<Integer -100~100>, side=<Integer -100~100>)
51+
<your_obj_name>.set_joy_stick(front=<Integer -100~100>, side=<Integer -100~100>)
5252
```
5353
Manipulate a WHILL via this command.
5454
Both `front` and `side` are integer values with range -100 ~ 100.

0 commit comments

Comments
 (0)