From eaf5063dafee5f276abe96c2a3851f8fde2e7b3d Mon Sep 17 00:00:00 2001 From: UnicodingUnicorn <7555ic@gmail.com> Date: Sat, 16 Feb 2019 01:30:16 +0800 Subject: [PATCH] Added reference to backend-store in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3f43cf..4c6c027 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # backend-subscribe -Client subscribe counterpart to backend-publish. Subscribe to receive the results of your requests to backend-publish in some weird extended streaming async HTTP-ish thing. +Client subscribe counterpart to backend-publish. Subscribe to receive the results of your requests to backend-publish in some weird extended streaming async HTTP-ish thing. Refer to ```backend-store```. ## API