Skip to content

Commit

Permalink
Update examples/with-electron-typescript/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens authored Jan 11, 2021
1 parent 1d0bd36 commit 1cad058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/with-electron-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This example show how you can use Next.js inside an Electron application to avoi

For development it's going to run a HTTP server and let Next.js handle routing. In production it use `next export` to pre-generate HTML static files and use them in your app instead of running an HTTP server.

**You can find a detailed documentation about how to build Electron apps with Next.js [here](http://web.archive.org/web/20200917073558/https://leo.im/2017/electron-next)!**

## How to use

Expand Down

0 comments on commit 1cad058

Please sign in to comment.