Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/00-getting-started.md2
1 files changed, 1 insertions, 1 deletions
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::