summary refs log tree commit diff stats
path: root/examples/cross_calculator/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cross_calculator/readme.txt')
-rw-r--r--examples/cross_calculator/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cross_calculator/readme.txt b/examples/cross_calculator/readme.txt
index 5011792b9..72e4130eb 100644
--- a/examples/cross_calculator/readme.txt
+++ b/examples/cross_calculator/readme.txt
@@ -2,7 +2,7 @@ The cross platform calculator illustrates how to use Nim to create a backend
 called by different native user interfaces.
 
 Since the purpose of the example is to show how the cross platform code
-interacts with Nimrod the actual backend code is just a simple addition proc.
+interacts with Nim the actual backend code is just a simple addition proc.
 By keeping your program logic in Nim you can easily reuse it in different
 platforms.