summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-05-20 12:16:36 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-05-20 12:20:19 +0200
commitfbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902 (patch)
treeb564bbd69ab81e823c2153d57d0bbc40508458d7 /README.md
parent904fa404b6e38564d1486b3b698ef1cb3d63ba8b (diff)
downloadstlscope-fbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902.tar
stlscope-fbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902.tar.zst
stlscope-fbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902.zip
Implement STL Parsing
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 da38359..e5542a6 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,6 @@ This little program will allow you to view STL files from your terminal.
## Expected Usage
```
-$ stlscope model.stl
+$ stlscope -file model.stl
```