commit | 03f28122cc170535f35e5bf8fa37be024489f5eb | [log] [tgz] |
---|---|---|
author | akhil harihar <akhilharihar@users.noreply.github.com> | Thu Dec 02 19:58:59 2021 +0530 |
committer | GitHub <noreply@github.com> | Thu Dec 02 08:28:59 2021 -0600 |
tree | c8dd1b64dfdb1e9daa3a9c49341a3243001abac5 | |
parent | 55fd880c3dc029b961fc1a0967a6cfdc0af02721 [diff] |
fix README.md incorrect cmake function name
diff --git a/README.md b/README.md index d193f7c..569e8b2 100644 --- a/README.md +++ b/README.md
@@ -399,7 +399,7 @@ ```cmake pico_set_program_name(foo "not foo") # as "foo" would be the default pico_set_program_description(foo "this is a foo") -pico_set_program_version_string(foo "0.00001a") +pico_set_program_version(foo "0.00001a") pico_set_program_url(foo "www.plinth.com/foo") ```