diff options
Diffstat (limited to 'examples/cross_todo/readme.txt')
-rw-r--r-- | examples/cross_todo/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cross_todo/readme.txt b/examples/cross_todo/readme.txt index 326ed816f..2e648a35a 100644 --- a/examples/cross_todo/readme.txt +++ b/examples/cross_todo/readme.txt @@ -1,7 +1,7 @@ -The cross platform todo illustrates how to use Nimrod to create a backend +The cross platform todo illustrates how to use Nim to create a backend called by different native user interfaces. This example builds on the knowledge learned from the cross_calculator example. -Check it out first to learn how to set up nimrod on different platforms. +Check it out first to learn how to set up Nim on different platforms. Additional implementations are provided at the external https://github.com/gradha/nimrod-crossplatform-todo github repository. |