Skip to content

Commit

Permalink
docs: Node.js -> JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 10, 2024
1 parent 999a80c commit e6043df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6043df

Please sign in to comment.