aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-09-18 23:50:37 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-09-18 23:50:37 -0700
commitb34da183bdb5b1bfbd9bc68bfeebc7aa9d2f9a8e (patch)
tree83138838c6c3168fcc6335404ec5809794da2fce
parentdb1263662c6bb4d39a1ebb2e623ccff03cc3bda9 (diff)
downloadbun-b34da183bdb5b1bfbd9bc68bfeebc7aa9d2f9a8e.tar.gz
bun-b34da183bdb5b1bfbd9bc68bfeebc7aa9d2f9a8e.tar.zst
bun-b34da183bdb5b1bfbd9bc68bfeebc7aa9d2f9a8e.zip
Update azure-artifacts.md
-rw-r--r--docs/guides/install/azure-artifacts.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/install/azure-artifacts.md b/docs/guides/install/azure-artifacts.md
index bc2e777f6..8094d6f4f 100644
--- a/docs/guides/install/azure-artifacts.md
+++ b/docs/guides/install/azure-artifacts.md
@@ -6,7 +6,7 @@ name: Using bun install with an Azure Artifacts npm registry
To use it with `bun install`, add a `bunfig.toml` file to your project with the following contents:
-### Configure with bunfig.toml
+**Configure with bunfig.toml**
Make sure to replace `my-azure-artifacts-user` with your Azure Artifacts username, such as `jarred1234`.
@@ -21,7 +21,7 @@ password = "$NPM_PASSWORD"
Set the `$NPM_PASSWORD` environment variable to your Azure Artifacts npm registry password and Bun will automatically replace it with the correct value. You can also choose not to use an environment variable and instead hardcode your password in the `bunfig.toml` file, but be careful not to commit it to source control.
-### Configure with environment variables
+**Configure with environment variables**
You can also use an environment variable to configure Azure Artifacts with bun install.