From 3a2e671490cf20b9df6b8ead48859f7fbd07eb86 Mon Sep 17 00:00:00 2001 From: Atlas Cove Date: Mon, 10 Oct 2022 15:44:43 +0100 Subject: [PATCH] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8074a44..27a8c75 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ assert_eq!( ## Render html with custom `HtmlHandler` To customize html rendering, simply implementing `HtmlHandler` trait and passing -it to the `Org::wirte_html_custom` function. +it to the `Org::write_html_custom` function. The following code demonstrates how to add a id for every headline and return own error type while rendering.