We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88455b3 commit 959c535Copy full SHA for 959c535
README.md
@@ -139,7 +139,7 @@ This module is distributed via [npm][npm] which is bundled with [node][node] and
139
should be installed as one of your project's `devDependencies`:
140
141
```
142
-npm install --save-dev svlt-testing-library
+npm install --save-dev svelte-testing-library
143
144
145
This library has `peerDependencies` listings for `svelte`.
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "svlt-testing-library",
+ "name": "svelte-testing-library",
3
"version": "0.0.0-semantically-released",
4
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
5
"main": "dist/index.js",
0 commit comments