diff options
-rw-r--r-- | doc/nims.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nims.md b/doc/nims.md index a69ea1789..2409bb577 100644 --- a/doc/nims.md +++ b/doc/nims.md @@ -211,7 +211,7 @@ ends with ``.nims``: echo "hello world" ``` -Use `#!/usr/bin/env -S nim --hints:off` to disable hints. +Use `#!/usr/bin/env -S nim e --hints:off` to disable hints and relax the file extension constraint. Benefits |