From a6bc8ee730c3c61cc7e6755a896a07eb9ed73665 Mon Sep 17 00:00:00 2001 From: Mojken Date: Thu, 7 May 2020 13:47:11 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f773a..e28e2e8 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The options for encode are: * `force_utf8` - Force strings to encode as UTF-8 by fixing broken surrogate pairs and/or using the replacement character to remove broken UTF-8 sequences in data. -* `use_nil` - Encode's the atom `nil` as `null`. +* `use_nil` - Encodes the atom `nil` as `null`. * `escape_forward_slashes` - Escapes the `/` character which can be useful when encoding URLs in some cases. * `{bytes_per_red, N}` - Refer to the decode options