Skip to content

Commit

Permalink
docs: fix typo in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Jan 20, 2025
1 parent f9246b5 commit e3c2e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
Установка для Bun:

```bash
bun install -g vot.js
bun install -g vot-cli
```

Установка для Node:

```bash
npm install -g vot.js
npm install -g vot-cli
```

## Сборка для NPM
Expand Down

0 comments on commit e3c2e5b

Please sign in to comment.