diff --git a/README.md b/README.md
index 104191a..d79a15b 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,9 @@
Currently, most of the VSCode APIs are covered, and this project has been used in:
-- [Vue - Official ](https://github.com/vuejs/language-tools)
-- [Slidev for VSCode ](https://github.com/slidevjs/slidev/tree/main/packages/vscode)
-- [Iconify IntelliSense ](https://github.com/antfu/vscode-iconify)
+- [Vue - Official ](https://github.com/vuejs/language-tools)
+- [Slidev for VSCode ](https://github.com/slidevjs/slidev/tree/main/packages/vscode)
+- [Iconify IntelliSense ](https://github.com/antfu/vscode-iconify)
The [documentation](https://kermanx.com/reactive-vscode/) is complete, and the [VueUse integration](https://kermanx.com/reactive-vscode/guide/vueuse.html) is also available.
diff --git a/packages/creator/templates/readme.ts b/packages/creator/templates/readme.ts
index 9461c19..fa65b9c 100644
--- a/packages/creator/templates/readme.ts
+++ b/packages/creator/templates/readme.ts
@@ -1,6 +1,6 @@
export default (publisher: string, identifier: string, displayName: string) => `# ${displayName}
-[](https://marketplace.visualstudio.com/items?itemName=${publisher}.${identifier}) [](https://marketplace.visualstudio.com/items?itemName=${publisher}.${identifier}) [](https://kermanx.com/reactive-vscode/)
+[](https://marketplace.visualstudio.com/items?itemName=${publisher}.${identifier}) [](https://marketplace.visualstudio.com/items?itemName=${publisher}.${identifier}) [](https://kermanx.com/reactive-vscode/)
A VS Code extension created with [reactive-vscode](https://kermanx.com/reactive-vscode/).
@@ -13,7 +13,7 @@ A VS Code extension created with [reactive-vscode](https://kermanx.com/reactive-
- Open this repository in VS Code.
- Run \`pnpm install\` to install the dependencies.
-- Run \`pnpm dev\` to compile the extension and watch for changes.
+- Run \`pnpm dev\` to compile the extension and watch for changes.
- Press \`F5\` to open a new window with your extension loaded.
- Run your command from the command palette by pressing (\`Ctrl+Shift+P\` or \`Cmd+Shift+P\` on Mac) and typing \`Hello World\`.
- Set breakpoints in your code inside \`src/extension.ts\` to debug your extension.