Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed May 25, 2016
1 parent 491c831 commit 947ab13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Install it using : `npm install electron-markdownify`

*Or*

Clone this project, and run
Clone this repository, and run

````
$> cd PATH-TO-MARKDOWNIFY-DESKTOP-APP
Expand All @@ -40,8 +40,9 @@ $> npm install && npm start
- While you type, LivePreview will automatically scroll to the current location you're editing.
* Syntax highlighting
* Dark/Light mode
* Toolbar for basic Markdown formatting
* Full screen mode
- Write distraction free
- Write distraction free.
* Cross platform
- Windows, Mac and Linux ready.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-markdownify",
"version": "1.1.3",
"version": "1.1.4",
"description": "A minimalist Markdown Editor",
"main": "main.js",
"productName": "Electron Markdownify",
Expand Down

0 comments on commit 947ab13

Please sign in to comment.