We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c3808 commit d48abe1Copy full SHA for d48abe1
2 files changed
README.md
@@ -22,13 +22,13 @@ Install `tinky-web` and its peer dependencies:
22
23
```bash
24
# npm
25
-npm install tinky-web tinky react @xterm/xterm @xterm/addon-fit
+npm install tinky-web
26
27
# yarn
28
-yarn add tinky-web tinky react @xterm/xterm @xterm/addon-fit
+yarn add tinky-web
29
30
# pnpm
31
-pnpm add tinky-web tinky react @xterm/xterm @xterm/addon-fit
+pnpm add tinky-web
32
```
33
34
## Quick Start
package.json
@@ -36,7 +36,7 @@
36
"dependencies": {
37
"@xterm/addon-fit": ">=0.10.0",
38
"@xterm/xterm": ">=6.0.0",
39
- "tinky-keypress": ">=1.2.0"
+ "tinky-keypress": "^1.3.1"
40
},
41
"devDependencies": {
42
"@commitlint/cli": "^20.3.0",
0 commit comments