add origami version and fix typo

This commit is contained in:
Hans Fast 2025-11-22 08:09:06 +01:00
parent e6a1082cdf
commit b300cdf422
1 changed files with 3 additions and 1 deletions

View File

@ -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