Skip to content

Commit 6ccc02b

Browse files
committed
Also use Yarn in the readme
1 parent 1775e81 commit 6ccc02b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This package lets you use [Next.js](https://github.com/zeit/next.js) for buildin
1010

1111
## Usage
1212

13-
Firstly, install the package using [npm](https://www.npmjs.com):
13+
Firstly, install the package using any node package manager:
1414

1515
```bash
16-
npm install electron-next
16+
yarn add electron-next
1717
```
1818

1919
Then load it:

0 commit comments

Comments
 (0)