summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30f6946..dd99d84 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ and, indeed, `mytable` is only evaluated once.
 Usage
 -----
 
-To use the Cratera Compiler, simply put the cratera directory somewhere in the Lua search path, and `require "cratera"`. It's compatible with Lua 5.1, Lua 5.2, and Lua 5.3.
+To use Cratera Compiler, simply put the cratera directory somewhere in the Lua search path, and `require "cratera"`. It's compatible with Lua 5.1, Lua 5.2, and Lua 5.3.
 It returns a table with the following API functions:
 
 ### `cratera.load(chunk, [chunkname, ...])`