aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-22 16:36:32 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-22 16:36:32 -0800
commit8493cfe98394c894c387bea378b77bb2e92b3d25 (patch)
treeb8ac41a8cac4223122f17eac8deac482348900a9 /README.md
parentd11ac34dcb708de864102fa39fc37a040303b387 (diff)
downloadbun-8493cfe98394c894c387bea378b77bb2e92b3d25.tar.gz
bun-8493cfe98394c894c387bea378b77bb2e92b3d25.tar.zst
bun-8493cfe98394c894c387bea378b77bb2e92b3d25.zip
Clarify "Windows Subsystem for Linux" instead of "WSL"
thanks @MajesticString
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e4518618..8c37dc39d 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ All in one fast &amp; easy-to-use tool. Instead of 1,000 node_modules for develo
## Install
-Native: (macOS x64 & Silicon, Linux x64, WSL)
+Native: (macOS x64 & Silicon, Linux x64, Windows Subsystem for Linux)
```sh
curl -fsSL https://bun.sh/install | bash