From ef582f101dd670c0359345b4876ded34b4f2c1b4 Mon Sep 17 00:00:00 2001 From: Ross Grambo Date: Wed, 9 Oct 2024 12:31:03 -0700 Subject: [PATCH] Readme - Remove double negative --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 356241be1..cedf89fd2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ ## Before Getting Started -This SDK is not for non-browser environments, for example, the Node.js applications. +This SDK is intended for browser environments and is not suitable for other environments, like Node.js applications. For instrumenting a Node.js app, the recommended SDK is the [ApplicationInsights-node.js repository](https://github.com/microsoft/ApplicationInsights-node.js).