aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e7983564..730613dc 100644
--- a/README.md
+++ b/README.md
@@ -121,13 +121,13 @@ Compile a Tomo file into an object file:
```bash
tomo -c foo.tm
-# Output: foo.tm.o
+# Output: .build/foo.tm.o
```
Transpile a Tomo file into a C header and source file:
```bash
tomo -t foo.tm
-# Outputs: foo.tm.h foo.tm.c
+# Outputs: .build/foo.tm.h .build/foo.tm.c
```
## Installing