We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e89eb commit 6115ee6Copy full SHA for 6115ee6
2 files changed
.changeset/fix-zed-config-path.md
@@ -0,0 +1,5 @@
1
+---
2
+'@css-modules-kit/ts-plugin': patch
3
4
+
5
+docs(ts-plugin): fix typo in Zed settings path in README
packages/ts-plugin/README.md
@@ -43,7 +43,7 @@ TODO: Welcome to contribute
43
Install the ts-plugin via the Extension. Please follow the steps below:
44
45
1. Install ["CSS Modules Kit" extension](https://zed.dev/extensions/css-modules-kit).
46
-2. Add the following to your `~./config/zed/settings.json` file:
+2. Add the following to your `~/.config/zed/settings.json` file:
47
```json
48
{
49
"languages": {
0 commit comments