Skip to content

Commit 63b60b9

Browse files
committed
Minor change in examples readme
1 parent a176da0 commit 63b60b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ros.getTopics((topics) => {
8282
});
8383
```
8484

85-
### Get the value of a param
85+
### Set the value of a param
8686
```ecmascript 6
8787
const maxVelX = new Param({
8888
ros,
@@ -92,7 +92,7 @@ const maxVelX = new Param({
9292
maxVelX.set(0.8);
9393
```
9494

95-
### Set the value of a param
95+
### Get the value of a param
9696
```ecmascript 6
9797
const favoriteColor = new Param({
9898
ros,

0 commit comments

Comments
 (0)