diff options
author | 2022-02-12 05:39:02 -0800 | |
---|---|---|
committer | 2022-02-12 05:39:02 -0800 | |
commit | 4244e74d963ed3c097ee4bd59f1831c8e13036b0 (patch) | |
tree | 9a2204d995999d581f0ff78f91fedc743bc2b969 | |
parent | f71c4bb8a4c11ca84c3ce2cf51d24c806d931010 (diff) | |
download | bun-4244e74d963ed3c097ee4bd59f1831c8e13036b0.tar.gz bun-4244e74d963ed3c097ee4bd59f1831c8e13036b0.tar.zst bun-4244e74d963ed3c097ee4bd59f1831c8e13036b0.zip |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: |