Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani3lSun authored and Dani3lSun committed Jan 17, 2016
1 parent 391af2d commit 91a4524
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 @@ -11,13 +11,13 @@
- [Install Node.js](#install-nodejs)
- [Electron App](#electron-app)
- [package.json](#packagejson)
- [Install Electron into app folder and globally](#install-electron-into-app-folder-and-globally)
- [main.js](#mainjs)
- [index.html](#indexhtml)
- [apexutils.js](#apexutilsjs)
- [electronapex.js](#electronapexjs)
- [Starting the App](#starting-the-app)
- [Bundle the app into a real Application](#bundle-the-app-into-a-real-Application)
- [Install Electron into app folder and globally](#install-electron-into-app-folder-and-globally)
- [main.js](#mainjs)
- [index.html](#indexhtml)
- [apexutils.js](#apexutilsjs)
- [electronapex.js](#electronapexjs)
- [Starting the App](#starting-the-app)
- [Bundle the app into a real Application](#bundle-the-app-into-a-real-Application)
- [Sample functions](#sample-functions)
- [Desktop notifications](#desktop-notifications)
- [File open](#file-open)
Expand Down Expand Up @@ -450,7 +450,7 @@ Now you can create the application on commandline with:
cd apex-app-desktop
electron-packager . "APEX Plugins" --platform=darwin --arch=x64 --version=0.36.4 --app-version=1.0.0 --icon img/app.icns
```
This command creates a "APEX Plugins.app" for Mac OS X (darwin) in 64bit, optionally takes the image from img folder as application icon. ""--version" is the version string for electron, can be found in your package.json file!
This command creates a "APEX Plugins.app" for Mac OS X (darwin) in 64bit, optionally takes the image from img folder as application icon. "--version" is the version string for electron, can be found in your package.json file!

##Sample functions
###Desktop notifications
Expand Down

0 comments on commit 91a4524

Please sign in to comment.