diff options
author | 2022-01-02 03:09:51 -0800 | |
---|---|---|
committer | 2022-01-02 03:09:51 -0800 | |
commit | 7f3384600550c65d38f6855e0fc8d919a624b31e (patch) | |
tree | f00549eb7469b3856f3ac6a296df808c8915f0fd /integration/snippets | |
parent | 4afda10b82af917fb93284e24ea41d103310f245 (diff) | |
download | bun-7f3384600550c65d38f6855e0fc8d919a624b31e.tar.gz bun-7f3384600550c65d38f6855e0fc8d919a624b31e.tar.zst bun-7f3384600550c65d38f6855e0fc8d919a624b31e.zip |
copy: replace Bun with bun (#99)
Most CLI tools have the style convention of referring to themselves in
lowercase. It is, after all, the name that users type in when using
the tool. This PR maintains that convention in bun.
"Drop the uppercase B, it's cleaner"
Diffstat (limited to 'integration/snippets')
-rw-r--r-- | integration/snippets/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snippets/public/index.html b/integration/snippets/public/index.html index 34e18a07a..225c98d52 100644 --- a/integration/snippets/public/index.html +++ b/integration/snippets/public/index.html @@ -3,7 +3,7 @@ <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>Bun Test</title> + <title>bun Test</title> </head> <body> <script type="module"> |