From 1312b2a8c878106766dd469e0a7e98be1502b8d9 Mon Sep 17 00:00:00 2001 From: Ryan Schmukler Date: Mon, 8 Aug 2016 21:29:29 -0400 Subject: [PATCH] docs(): further document features --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bff4af7..585389e 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,5 @@ Slow down there cow-boy. This library is still a WIP. * String friendly wrapping around erlang char lists * Auto encoding of non-binary types (tuples, maps, lists, etc) via - `:erlang.term_to_binary/1`. (Use `decode: true` on `get`) + `:erlang.term_to_binary/1`. (Use `decode: true` on `get` or `stream`) + * Exposure of Streams of data via `stream_keys/2` and `stream/2`