From e6043dfc86109aeb920b80f32e8bd875a5d6299a Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Mon, 6 Nov 2023 13:15:43 -0800 Subject: [PATCH] docs: Node.js -> JavaScript --- Readme.md | 2 +- docs/getting_started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index a8d935ad..cd9c9be1 100644 --- a/Readme.md +++ b/Readme.md @@ -38,7 +38,7 @@ Of course, you can install it from source too: go install github.com/anycable/anycable-go/cmd/anycable-go@latest ``` -For Node.js projects, there is also an option to install AnyCable-Go via NPM: +For JavaScript projects, there is also an option to install AnyCable-Go via NPM: ```sh npm install --save-dev @anycable/anycable-go diff --git a/docs/getting_started.md b/docs/getting_started.md index ad2eaf9f..d7c8b08d 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -25,7 +25,7 @@ go get -u -f github.com/anycable/anycable-go/cmd/anycable-go ### Via NPM -For Node.js projects, there is also an option to install AnyCable-Go via NPM: +For JavaScript projects, there is also an option to install AnyCable-Go via NPM: ```sh npm install --save-dev @anycable/anycable-go