From 20b5a4676cdcea8a88be829ff4577bcae88fc0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Fank=20Thom=C3=A9?= Date: Tue, 6 Aug 2024 18:32:49 -0300 Subject: [PATCH] Tweak stream section in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39aad52..8500139 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ for more examples and detailed explanation. The data mapping and error reasons can be found in the OTP json decode function [documentation](https://erlang.org/documentation/doc-15.0-rc3/lib/stdlib-6.0/doc/html/json.html#decode/1). -### Decode stream +## Stream -Three functions provide JSON decoding stream: +Three functions provide JSON decode streaming: - `euneus:decode_stream_start/1` - Equivalent to `euneus:decode_stream_start(JSON, #{})`; - `euneus:decode_stream_start/2` - Begin parsing a stream of bytes of a JSON value;