From b2f22c9658c279dc0258be6c82b02d833b87aab5 Mon Sep 17 00:00:00 2001 From: Paul Le Cam Date: Mon, 25 Apr 2022 14:10:34 +0100 Subject: [PATCH] Update installation.md --- docs/build/javascript/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/javascript/installation.md b/docs/build/javascript/installation.md index 49d343a7c..af2f789e6 100644 --- a/docs/build/javascript/installation.md +++ b/docs/build/javascript/installation.md @@ -24,7 +24,7 @@ The JS HTTP Client is a lightweight way of interacting with Ceramic. It allows y ## **JS Core Client** -The JS Core Client allows you to run the full Ceramic protocol (client and node) directly in any JavaScript environment, such as in your tests, in fully client-side browser applications, or in node.js. Most applications instead use the [JS HTTP Client](#js-http-client). +The JS Core Client allows you to run the full Ceramic protocol (client and node) directly in supported Node.js environments, notably for testing purposes. Most applications should instead use the [JS HTTP Client](#js-http-client). ### Considerations