summaryrefslogtreecommitdiffhomepage
path: root/packages/app
diff options
context:
space:
mode:
authorGuofang.Tang <[email protected]>2026-01-06 12:45:40 +0800
committerGitHub <[email protected]>2026-01-05 22:45:40 -0600
commit9197a2a7a169cfbee1169073c798fe8b11da9750 (patch)
tree612e0d85fbe25c9448eac10bf0ca24918e17eb13 /packages/app
parent8da890649f14d3cf78ef6c0917eae08f2b66d0c9 (diff)
downloadopencode-9197a2a7a169cfbee1169073c798fe8b11da9750.tar.gz
opencode-9197a2a7a169cfbee1169073c798fe8b11da9750.zip
docs: polish markdown wording and capitalization (#7019)
Co-authored-by: Tang Guofang <[email protected]>
Diffstat (limited to 'packages/app')
-rw-r--r--packages/app/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/app/README.md b/packages/app/README.md
index 6a1764536..bd10e6c8d 100644
--- a/packages/app/README.md
+++ b/packages/app/README.md
@@ -1,8 +1,8 @@
## Usage
-Those templates dependencies are maintained via [pnpm](https://pnpm.io) via `pnpm up -Lri`.
+Dependencies for these templates are managed with [pnpm](https://pnpm.io) using `pnpm up -Lri`.
-This is the reason you see a `pnpm-lock.yaml`. That being said, any package manager will work. This file can be safely be removed once you clone a template.
+This is the reason you see a `pnpm-lock.yaml`. That said, any package manager will work. This file can safely be removed once you clone a template.
```bash
$ npm install # or pnpm install or yarn install