Igloczek / astro-electron

Build cross-platform desktop apps with Astro and Electron
19 stars 3 forks source link

Fix invalid reference to `AstroElectron` in readme #3

Closed moritztim closed 3 months ago

moritztim commented 3 months ago

Pretty sure this should be electron, as AstroElectron does not seem to appear anywhere else in the code

Igloczek commented 3 months ago

it's an import name, it can be anything, but in the basic setup example it's indeed just electron, thanks 🙇

moritztim commented 3 months ago

oh I see, that makes sense