add origami version and fix typo
This commit is contained in:
parent
e6a1082cdf
commit
b300cdf422
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue