Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 0e30c95

Browse files
committed
fix: correct package name in README.md
This commit corrects the package name in the installation and usage sections of the README.md file. The package name has been changed from 'svelte-preprocess-css-mod' to 'svelte-preprocess-css-mods'.
1 parent 9d9c25b commit 0e30c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Successor of [svelte-preprocess-cssmodules](https://github.com/micantoine/svelte
88
## Installation
99

1010
```bash
11-
npx nypm add -D svelte-preprocess-css-mod
11+
npx nypm add -D svelte-preprocess-css-mods
1212
```
1313

1414
## Usage
@@ -18,7 +18,7 @@ npx nypm add -D svelte-preprocess-css-mod
1818
```javascript
1919
// svelte.config.js
2020

21-
import cssModules from 'svelte-preprocess-css-mod';
21+
import cssModules from 'svelte-preprocess-css-mods';
2222

2323
export default {
2424
preprocess: cssModules({/* options */}),

0 commit comments

Comments
 (0)