diff options
author | 2022-07-12 01:11:32 +0200 | |
---|---|---|
committer | 2022-07-12 01:11:32 +0200 | |
commit | ae02cad3f5b294f7d5d7cb862a7bd897637084b4 (patch) | |
tree | b258b0d484251843dfe219b450172127411034b3 | |
parent | f0529ca253fb24211638846b61605ee58ff799ba (diff) | |
download | bun-ae02cad3f5b294f7d5d7cb862a7bd897637084b4.tar.gz bun-ae02cad3f5b294f7d5d7cb862a7bd897637084b4.tar.zst bun-ae02cad3f5b294f7d5d7cb862a7bd897637084b4.zip |
docs: remove double v of version (#601)
-rw-r--r-- | packages/bun-landing/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx index ca131532d..4bbb86a06 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -180,7 +180,7 @@ const InstallBox = ({ desktop = false }) => ( > <div className="InstallBox-label"> <div className="InstallBox-label-heading"> - Install Bun CLI v{process.version} (beta) + Install Bun CLI {process.version} (beta) </div> <div className="InstallBox-label-subtitle"> macOS x64 & Silicon, Linux x64, Windows Subsystem for Linux |