diff options
author | 2022-07-22 12:21:24 -0700 | |
---|---|---|
committer | 2022-07-22 12:21:24 -0700 | |
commit | 15e8e6701710a650f975082ee4d8005748a25e95 (patch) | |
tree | d8e0fbcefc5682bdfd094db7a7eaea8137372860 /README.md | |
parent | 105350b8266f9c3bd0e24684184348dfe52db232 (diff) | |
download | bun-15e8e6701710a650f975082ee4d8005748a25e95.tar.gz bun-15e8e6701710a650f975082ee4d8005748a25e95.tar.zst bun-15e8e6701710a650f975082ee4d8005748a25e95.zip |
Clarify
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1591,7 +1591,7 @@ This flag is not persistent (though that might change in the future). If you wan This will download the release zip from https://github.com/oven-sh/bun/releases/tag/canary. -To revert to the latest stable version of bun, run: +To revert to the latest published version of bun, run: ```bash bun upgrade |