Skip to content

Commit

Permalink
Update example in readme for yaml input (PickNikRobotics#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw authored Sep 6, 2022
1 parent d3d78b9 commit 553010f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ turtlesim:
default_value: 0,
description: "Red color value for the background, 8-bit",
validation: {
bounds: [0, 255]
bounds<>: [0, 255]
}
}
g: {
type: int,
default_value: 0,
description: "Green color value for the background, 8-bit",
validation: {
bounds: [0, 255]
bounds<>: [0, 255]
}
}
b: {
type: int,
default_value: 0,
description: "Blue color value for the background, 8-bit",
validation: {
bounds: [0, 255]
bounds<>: [0, 255]
}
}
```
Expand Down

0 comments on commit 553010f

Please sign in to comment.