Skip to content

Commit d357e08

Browse files
authored
Fixing typo
1 parent 557cdf8 commit d357e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/npmjs-readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`rclnodejs` is a Node.js client for Robot Operating System (ROS) v2.0. It provides extremely simple & easy API for ROS 2.0 programming, the following examples shows how to create a ROS 2.0 node and then publish a string message in only 6 lines of code.
1+
`rclnodejs` is a Node.js client for Robot Operating System (ROS) v2.0. It provides extremely simple & easy API for ROS 2.0 programming, the following example shows how to create a ROS 2.0 node and then publish a string message in only 6 lines of code.
22

33
``` JavaScript
44
const rclnodejs = require('rclnodejs');

0 commit comments

Comments
 (0)