summaryrefslogtreecommitdiff
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 4a037ac2..af47a3e0 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ typst --font-path path/to/fonts compile file.typ
# Lists all of the discovered fonts in the system and the given directory.
typst --font-path path/to/fonts fonts
-# Or via environement variable (Linux syntax).
+# Or via environment variable (Linux syntax).
TYPST_FONT_PATHS=path/to/fonts typst fonts
```