From b300cdf422667f55e95ba5259d4c5f3a3efeae5f Mon Sep 17 00:00:00 2001 From: Hans Fast Date: Sat, 22 Nov 2025 08:09:06 +0100 Subject: [PATCH] add origami version and fix typo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14553bc..8e87476 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Following the [docs](https://weborigami.org/language/filetypes#custom-file-types), I have created a file `foobar.foo` and a handler `foo.handler.js`. ```text -#foobar.fo +#foobar.foo This is the original text ``` @@ -31,4 +31,6 @@ export default { When running `ori foobar.foo/`, I would expect to receive an object `{what: "a text file"}` but I receive the original text in `foobar.foo`. +Origami version: 0.6.0 +