From be9d301d0d2ed432a57d10c5ab7a1183bd1afce8 Mon Sep 17 00:00:00 2001 From: Quico Moya Date: Thu, 2 Mar 2023 19:38:15 +0100 Subject: [PATCH] Fix typo (#99) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1259f57..c944217 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ render(document) //

Welcome!

You’ve found our site!

``` -And of course you can first run the document through the `unexlaim` transformation, and then render it: +And of course you can first run the document through the `unexclaim` transformation, and then render it: ```swift render(unexclaim(document))