From 18e447afc50f44f70fb8a3c19b48eae885615ae1 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 19 Aug 2017 16:37:09 +0200 Subject: [PATCH] Linked post about Next.js + Electron --- examples/with-electron/{README.md => readme.md} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename examples/with-electron/{README.md => readme.md} (85%) diff --git a/examples/with-electron/README.md b/examples/with-electron/readme.md similarity index 85% rename from examples/with-electron/README.md rename to examples/with-electron/readme.md index 799a498c..9f116122 100644 --- a/examples/with-electron/README.md +++ b/examples/with-electron/readme.md @@ -1,6 +1,8 @@ # Electron application example -## How to use +**You can find a detailed documentation about how to build Electron apps with Next.js [here](https://leo.im/2017/electron-next)!** + +## Usage Download the example [or clone the repo](https://github.com/zeit/next.js):