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:
authorThien-Thi Nguyen <tnguyen@redhat.com>2016-07-10 13:22:48 +0300
committerThien-Thi Nguyen <tnguyen@redhat.com>2016-07-10 13:22:48 +0300
commita76e28796fbe9b557f833c02dbaa9efa32a61a1d (patch)
tree43697e26d687e2b8bfe9c569acf76025de014c4b
parentfe1de8a47bab63594377924dc299b47d1e3e269c (diff)
Fix typo: Eliminate prompt from inline command
-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::