From be3599fdfeb3268b8b54a82f4d38368c9229a003 Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Sun, 5 Feb 2023 20:13:14 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 532c6b4..eed93a5 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ An Elixir wrapper around [Pandoc]. ## Features -- convenvient ways to call the `pandoc` functions from Elixir +- convenient ways to call the `pandoc` functions from Elixir - Elixir structs for the [Pandoc AST] - a read and writeable Markdown AST -- ways to traverse and transform the AST +- ways to traverse and transform the AST via Elixir pattern matching (and pipes maybe) - ... everything you need to write [Pandoc filters] with Elixir @@ -134,7 +134,7 @@ see [CONTRIBUTING](CONTRIBUTING.md) for details. ## License and Copyright -(c) 2019 Marcel Otto. MIT Licensed, see [LICENSE](LICENSE.md) for details. +(c) 2019-present Marcel Otto. MIT Licensed, see [LICENSE](LICENSE.md) for details. [Pandoc]: https://pandoc.org/