From 84a7d7454d3e00f45ec6ba3b2571d7edb6f8eb2f Mon Sep 17 00:00:00 2001 From: Dani3lSun Date: Sun, 17 Jan 2016 18:09:30 +0100 Subject: [PATCH] typo --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3719e28..1ff6dc1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **Table of Contents** -- [CrappyBird](#apex-desktop-application-using-github-electron) +- [APEX Desktop Application using Github Electron](#apex-desktop-application-using-github-electron) - [Description](#description) - [Helpful links](#helpful-links) - [Successful](#successful) @@ -8,14 +8,14 @@ - [Changelog](#changelog) - [Installation](#installation) - [Preparations](#preparations) - - [Install Node.js](#install-node.js) + - [Install Node.js](#install-nodejs) - [Electron App](#electron-app) - - [package.json](#package.json) + - [package.json](#packagejson) - [Install Electron into app folder and globally](#install-electron-into-app-folder-and-globally) - - [main.js](#main.js) - - [index.html](#index.html) - - [apexutils.js](#apexutils.js) - - [electronapex.js](#electronapex.js) + - [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)