Skip to content

Commit 19c835e

Browse files
authored
Remove atom.io and replace with electronjs.org
1 parent dd3ceb9 commit 19c835e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Once you've completed `npm install`, you will need to rebuild MDNS with the Elec
3838

3939
```
4040
cd node_modules\mdns
41-
npx node-gyp rebuild --target=9.0.0 --arch=x64 --dist-url=https://atom.io/download/electron
41+
npx node-gyp rebuild --target=9.0.0 --arch=x64 --dist-url=https://electronjs.org/headers
4242
```
4343

4444
`target` must match the electron version installed by npm

0 commit comments

Comments
 (0)