Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anandtripathi5 authored Feb 1, 2024
1 parent b622f49 commit 18449dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A Heroku buildpack for overriding the .npmrc file in the build directory with th
### _Option 1:_ Heroku CLI or Dashboard
Add the buildpack to your Heroku app either using the CLI or the Heroku dashboard. The `heroku-buildpack-npmrc-yarn` needs to run before any buildpack using npm. In the following example, it runs before the `heroku/nodejs` buildpack.
```bash
$ heroku buildpacks:set --index 1 https://github.com/debitoor/heroku-buildpack-npmrc-yarn.git
$ heroku buildpacks:set --index 1 https://github.com/anandtripathi5/heroku-buildpack-npmrc-yarn.git
$ heroku buildpacks:add heroku/nodejs
```

Expand All @@ -14,7 +14,7 @@ The same example given for the CLI use would have the following `.buildpacks` fi

``` bash
$ cat .buildpacks
https://github.com/debitoor/heroku-buildpack-npmrc-yarn.git
https://github.com/anandtripathi5/heroku-buildpack-npmrc-yarn.git
https://github.com/heroku/heroku-buildpack-nodejs.git
```

Expand Down

0 comments on commit 18449dd

Please sign in to comment.