Skip to content

Commit 03f2812

Browse files
authored
fix README.md incorrect cmake function name
1 parent 55fd880 commit 03f2812

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
@@ -399,7 +399,7 @@ You can use
399399
```cmake
400400
pico_set_program_name(foo "not foo") # as "foo" would be the default
401401
pico_set_program_description(foo "this is a foo")
402-
pico_set_program_version_string(foo "0.00001a")
402+
pico_set_program_version(foo "0.00001a")
403403
pico_set_program_url(foo "www.plinth.com/foo")
404404
```
405405

0 commit comments

Comments
 (0)