mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Add missing "that" in modules.md (#2167)
This commit is contained in:
@@ -193,7 +193,7 @@ Once a version or version range has been determined, Bun will:
|
||||
|
||||
### Installation
|
||||
|
||||
Packages are installed and cached into `<cache>/<pkg>@<version>`, so multiple versions of the same package can be cached at once. Additional, a symlink is created under `<cache>/<pkg>/<version>` to make it faster to look up all versions of a package exist in the cache.
|
||||
Packages are installed and cached into `<cache>/<pkg>@<version>`, so multiple versions of the same package can be cached at once. Additionally, a symlink is created under `<cache>/<pkg>/<version>` to make it faster to look up all versions of a package that exist in the cache.
|
||||
|
||||
### Version specifiers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user