From c60c0e49b3ad42e8386e07720f0f561dd6bedaef Mon Sep 17 00:00:00 2001 From: Manu Mtz-Almeida Date: Wed, 13 May 2015 23:54:58 +0200 Subject: [PATCH] Updates README with decoding support --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a21a2ac..4e1cf0e 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,8 @@ fmt.Println(sse.ContentType) ``` ``` text/event-stream -``` \ No newline at end of file +``` + +##Decoding support + +There is a client-side implementation of SSE coming soon. \ No newline at end of file