aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-12 05:39:02 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-12 05:39:02 -0800
commit4244e74d963ed3c097ee4bd59f1831c8e13036b0 (patch)
tree9a2204d995999d581f0ff78f91fedc743bc2b969
parentf71c4bb8a4c11ca84c3ce2cf51d24c806d931010 (diff)
downloadbun-4244e74d963ed3c097ee4bd59f1831c8e13036b0.tar.gz
bun-4244e74d963ed3c097ee4bd59f1831c8e13036b0.tar.zst
bun-4244e74d963ed3c097ee4bd59f1831c8e13036b0.zip
Update README.md
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index daabf1654..aacfb1e3b 100644
--- a/README.md
+++ b/README.md
@@ -672,9 +672,7 @@ mybigcompany3 = { token = "$npm_config_token" }
# Setting username and password turns it into a Basic Auth header by taking base64("username:password")
mybigcompany4 = { username = "myusername", password = "$npm_config_password", url = "https://registry.yarnpkg.com/" }
-
-# You can set username and password for a registry URL:
-# This prduces the same result as the above
+# You can set username and password in the registry URL. This is the same as above.
mybigcompany5 = "https://username:password@registry.yarnpkg.com/"
# You can set a token for a registry URL: