Skip to content

Commit 317456b

Browse files
committed
chore: add or to README
1 parent c9f7a46 commit 317456b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ Create a `netlify.toml` in the root of your project. Your file should include th
2828
If you'd like to install this plugin at a fixed version, install it via your package manager:
2929

3030
```bash
31-
yarn add @netlify/plugin-angular-universal
3231
npm install @netlify/plugin-angular-universal
32+
# or
33+
yarn add @netlify/plugin-angular-universal
3334
```
3435

3536
Read more about [file-based plugin installation](https://docs.netlify.com/configure-builds/build-plugins/#file-based-installation)

0 commit comments

Comments
 (0)