aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Agnieszka Stec <51296866+Ygnys@users.noreply.github.com> 2023-01-29 12:58:26 -1000
committerGravatar GitHub <noreply@github.com> 2023-01-29 14:58:26 -0800
commitac64d87a1c05000f7240df3ec508d7d340651409 (patch)
tree2e23d6ca6ee636d400f7b91551cf48e61280ec98
parent8e52e3684681a78ecb2853e0bea66f1527df34b6 (diff)
downloadbun-ac64d87a1c05000f7240df3ec508d7d340651409.tar.gz
bun-ac64d87a1c05000f7240df3ec508d7d340651409.tar.zst
bun-ac64d87a1c05000f7240df3ec508d7d340651409.zip
Update README.md (#1934)
Hi, just caught 2 small typos in Readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ad5bcb59..035a9b1bd 100644
--- a/README.md
+++ b/README.md
@@ -1275,7 +1275,7 @@ bun install --backend copyfile
**`symlink`** is typically only used for `file:` dependencies (and eventually `link:`) internally. To prevent infinite loops, it skips symlinking the `node_modules` folder.
-If you install with `--backend=symlink`, Node.js won't resolve node_modules of dependencies unless each dependency has it's own node_modules folder or you pass `--preserve-symlinks` to `node`. See [Node.js documentation on `--preserve-symlinks`](https://nodejs.org/api/cli.html#--preserve-symlinks).
+If you install with `--backend=symlink`, Node.js won't resolve node_modules of dependencies unless each dependency has its own node_modules folder or you pass `--preserve-symlinks` to `node`. See [Node.js documentation on `--preserve-symlinks`](https://nodejs.org/api/cli.html#--preserve-symlinks).
```bash
rm -rf node_modules
@@ -4646,7 +4646,7 @@ It will check the lockfile for the version. If the lockfile doesn't have a versi
Lowlights:
-- TypeScript type support isn't implmented yet
+- TypeScript type support isn't implemented yet
- patch package support isn't implemented yet
#### Resolving packages