From 6f5a0432e731919a468c6dd36fc5d8e6efd1ac9c Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Tue, 2 Nov 2021 13:07:35 +0100 Subject: [PATCH] [docs-only] Diff js-cs3apis vs node-cs3apis Document the difference between js-cs3apis and node-cs3apis --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2b2e3f2..b17e865 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,13 @@ API definitions can be found at https://github.com/cs3org/cs3apis +See [grpc-web](https://github.com/grpc/grpc-web) for more info and examples of how to use grpc from within the web browser. +If you're using Node and/or TypeScript then this repo is not for you; you should check out the +[node-cs3apis](https://github.com/cs3org/js-cs3apis) repo instead. + ## Install with npm ```bash npm i @cs3org/cs3apis ``` +