summary refs log tree commit diff stats
path: root/examples/cross_todo/readme.txt
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-04-30 16:09:27 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-04-30 16:09:27 +0100
commit0be654efe11311fcf1200c0e7dba9ecd55fa5591 (patch)
tree7f55b6c5f467a7094fb0978841a08a9b1764f0c3 /examples/cross_todo/readme.txt
parent4e778f9aac184655135daaff6579ef4a553d225a (diff)
parentd9d5aa60b7df936ffe6149143c7202604f71465f (diff)
downloadNim-0be654efe11311fcf1200c0e7dba9ecd55fa5591.tar.gz
Merge branch 'devel'
Diffstat (limited to 'examples/cross_todo/readme.txt')
-rw-r--r--examples/cross_todo/readme.txt4
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.