From dd0feb7a914be0c60e79be574d0fd4706edf51d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Wahlstr=C3=B6m?= Date: Sat, 10 Sep 2016 17:54:05 +0200 Subject: [PATCH] fix anchor for deploy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5169bf..bc7597f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ meteor-electron will download the Electron binary for your system and build and app pointing to your local development server. The download process may take a few minutes based on your Internet connection but only needs to be done once. -The app, as well as the ready-to-distribute binaries (see [Deploy](#deploy)), is built within +The app, as well as the ready-to-distribute binaries (see [Deploy](#deploying)), is built within `YOUR_PROJECT_DIRECTORY/.meteor-electron`. This allows the apps to be easily located as well as the builds to be cached for speedier startup. You should add this directory to your `.gitignore`.