Skip to content

Commit

Permalink
fix: rm trailing space for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Dec 21, 2024
1 parent e4c90b4 commit d6e68d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ npx create-electron-app@latest my-app --template=webpack

There are currently four first-party templates:

* `webpack`
* `webpack-typescript`
* `vite`
* `vite-typescript`
- `webpack`
- `webpack-typescript`
- `vite`
- `vite-typescript`

All of these templates are built around plugins that bundle your JavaScript code for production and includes a dev server to provide a better developer experience.

Expand All @@ -59,7 +59,7 @@ So you've got an **amazing** application there, and you want to package it all u
```bash
npm run make
```
For those looking to publish to the Apple Store, you'll need to create a universal build.
For those looking to publish to the Apple Store, you'll need to create a universal build.

```bash
npm run make -- --arch=universal --platform=mas
Expand Down Expand Up @@ -87,6 +87,6 @@ Once you've got a basic app starting, building and publishing, it's time to add

You can also check out the documentation on some of our more advanced features like:

* [Adding plugins](config/plugins/)
* [Debugging your app](advanced/debugging.md)
* [Writing your own makers, publishers and plugins](advanced/extending-electron-forge/)
- [Adding plugins](config/plugins/)
- [Debugging your app](advanced/debugging.md)
- [Writing your own makers, publishers and plugins](advanced/extending-electron-forge/)

0 comments on commit d6e68d0

Please sign in to comment.