Skip to content

Commit 01b5782

Browse files
committed
fix minor typo
1 parent 7dca04e commit 01b5782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ git clone --recursive https://github.com/mROS-base/mros2-esp32
243243

244244
### Change file type of source code
245245

246-
You need to change filename to `main/hello_mros2.c` to `main/hello.cpp` because you will use mros2 C++ APIs.
246+
You need to change filename (.ext) from `main/hello_mros2.c` to `main/hello_mros2.cpp` because you will use mros2 C++ APIs.
247247

248248
```
249249
mv main/hello_mros2.c main/hello_mros2.cpp

0 commit comments

Comments
 (0)