Update README.md

fix typo
This commit is contained in:
Atlas Cove 2022-10-10 15:44:43 +01:00 committed by GitHub
parent 9d7852c4f9
commit 3a2e671490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.