katungi / desktop-weather-app-demo

A demo for a Section article about creating desktop application with React.js and electron
48 stars 16 forks source link

README mistake #1

Closed michaelolson1996 closed 3 years ago

michaelolson1996 commented 3 years ago

In the instructions of README, you have written "main": "main": "public/electron.js", instead it should be "main": "public/electron.js"

katungi commented 3 years ago

Thanks for the correction @michaelolson1996

michaelolson1996 commented 3 years ago

My pleasure, thanks for the very clear and concise explanations