From a76e28796fbe9b557f833c02dbaa9efa32a61a1d Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 10 Jul 2016 12:22:48 +0200 Subject: Fix typo: Eliminate prompt from inline command --- docs/00-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00-getting-started.md b/docs/00-getting-started.md index 7a7ab8e..2daefdb 100644 --- a/docs/00-getting-started.md +++ b/docs/00-getting-started.md @@ -98,7 +98,7 @@ hits enter, the interactive session evaluates the expression and shows its value. To evaluate expressions written in a source file `file.lua`, write -`th> dofile "file.lua"`. +`dofile "file.lua"`. To run code in a file non-interactively, you can give it as the first argument to the `th` command:: -- cgit v1.2.3