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 +