Skip to content

Commit

Permalink
Fix mixup in encoder/decoder names
Browse files Browse the repository at this point in the history
  • Loading branch information
acka47 committed Nov 16, 2023
1 parent a4adeac commit 93fd8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MF-in-5-min.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ cat yaml2json.flux
```
[Example in Playground](https://metafacture.org/playground/?flux=inputFile%0A%7C+open-file%0A%7C+as-records%0A%7C+decode-yaml%0A%7C+encode-json%0A%7C+print%0A%3B&data=hello%3A+world)

We added two modules for decoding and encoding the data: `decode-json` and `encode-yaml`.
We added two modules for decoding and encoding the data: `decode-yaml` and `encode-json`.
Metafacture provides decoders and encoders for many formats. We also used the `as-records` module instead of `as-lines` to
read multi-line metadata statements and not each line separately.

Expand Down

0 comments on commit 93fd8ed

Please sign in to comment.