Skip to content

Commit 6a1ed3c

Browse files
committed
Slight tweak to grammer
1 parent 2993647 commit 6a1ed3c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
5151
## Roo Code to Zoo Code migration
5252

53-
You can find a quick guide on how to do the migration from Roo Code to Zoo Code [here](https://docs.zoocode.dev/roo-to-zoo-migration). We plan to try and help users as they transition over, we have our [Reddit](https://www.reddit.com/r/ZooCode) and [Discord](https://discord.gg/SfHYG44NUA)
53+
You can find a quick guide for migrating from Roo Code to Zoo Code in the [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration). We plan to try and help users as they transition over, we have our [Reddit](https://www.reddit.com/r/ZooCode) and [Discord](https://discord.gg/SfHYG44NUA)
5454
for this exact support, so if you are having problems or if you have quetion, jump on and ask.
5555

5656
## What's New in v3.55.0
@@ -87,7 +87,7 @@ pre-release builds published automatically on every merge to `main`.
8787
- [简体中文](locales/zh-CN/README.md)
8888
- [繁體中文](locales/zh-TW/README.md)
8989
- ...
90-
</details>
90+
</details>
9191

9292
---
9393

@@ -201,15 +201,15 @@ Options:
201201
If you prefer to install the VSIX package manually:
202202

203203
1. First, build the VSIX package:
204-
```sh
205-
pnpm vsix
206-
```
204+
```sh
205+
pnpm vsix
206+
```
207207
2. A `.vsix` file will be generated in the `bin/` directory (e.g.,
208208
`bin/zoo-code-<version>.vsix`).
209209
3. Install it manually using the VSCode CLI:
210-
```sh
211-
code --install-extension bin/zoo-code-<version>.vsix
212-
```
210+
```sh
211+
code --install-extension bin/zoo-code-<version>.vsix
212+
```
213213

214214
---
215215

0 commit comments

Comments
 (0)