Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down