Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya0412 committed Sep 17, 2018
1 parent 629e484 commit be0fc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Command WHILL to stop report WHILL status.
### Manipulation

```python
WHILL::set_joy_stick(front=<Integer -100~100>, side=<Integer -100~100>)
<your_obj_name>.set_joy_stick(front=<Integer -100~100>, side=<Integer -100~100>)
```
Manipulate a WHILL via this command.
Both `front` and `side` are integer values with range -100 ~ 100.
Expand Down

0 comments on commit be0fc50

Please sign in to comment.