Skip to content

Commit 04124fa

Browse files
author
Rami Bououni
committed
fix
1 parent f3c10c9 commit 04124fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/artifacts/get-started-npm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This setup lets you to share your configuration file without exposing your crede
8888
8989
## Publish packages to your feed
9090

91-
To successfully run the publish command, you must first authenticate with your feed. If you haven’t done this yet, follow the steps in the [Connect to a feed](connect-to-a-feed) section then continue with the instructions below.
91+
To successfully run the publish command, you must first authenticate with your feed. If you haven’t done this yet, follow the steps in the [Connect to a feed](#connect-to-a-feed) section then continue with the instructions below.
9292

9393
1. In your project directory, run the following command to publish the npm package defined in your *package.json*:
9494

@@ -101,7 +101,7 @@ To successfully run the publish command, you must first authenticate with your f
101101
102102
## Restore packages from your feed
103103
104-
To successfully run the restore command, you must first authenticate with your feed. If you haven’t done this yet, follow the steps in the [Connect to a feed](connect-to-a-feed) section then continue with the instructions below.
104+
To successfully run the restore command, you must first authenticate with your feed. If you haven’t done this yet, follow the steps in the [Connect to a feed](#connect-to-a-feed) section then continue with the instructions below.
105105
106106
1. In your project directory, run the following command to restore all npm packages:
107107

0 commit comments

Comments
 (0)