aboutsummaryrefslogtreecommitdiff
path: root/integration
diff options
context:
space:
mode:
authorGravatar luke miles <luke@lukemil.es> 2022-01-02 03:09:51 -0800
committerGravatar GitHub <noreply@github.com> 2022-01-02 03:09:51 -0800
commit7f3384600550c65d38f6855e0fc8d919a624b31e (patch)
treef00549eb7469b3856f3ac6a296df808c8915f0fd /integration
parent4afda10b82af917fb93284e24ea41d103310f245 (diff)
downloadbun-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')
-rw-r--r--integration/apps/bun-create-next.sh4
-rw-r--r--integration/snippets/public/index.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/integration/apps/bun-create-next.sh b/integration/apps/bun-create-next.sh
index 832931a04..b92bff2c0 100644
--- a/integration/apps/bun-create-next.sh
+++ b/integration/apps/bun-create-next.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-# The important part of this test: make sure that Bun.js successfully loads
-# The most likely reason for this test to fail is that something broke in the JavaScriptCore <> Bun integration
+# The important part of this test: make sure that bun.js successfully loads
+# The most likely reason for this test to fail is that something broke in the JavaScriptCore <> bun integration
killall -9 $(basename $BUN_BIN) || echo ""
rm -rf /tmp/next-app
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">