Skip to content

Commit

Permalink
fixed preview to show on NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 27, 2016
1 parent afa637f commit c0d9d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-markdown-editor",
"version": "1.0.3",
"version": "1.0.4",
"author": "Ghislain B.",
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
"main": "app.js",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Angular Markdown Editor (Directive)
`1.0.3`
`1.0.4`

## What do we have?
I have put together a few libraries and tools to make a convenient "all in one" WYSIWYG Markdown Editor and preview. All of that with a simple AngularJS Directive call. I plan to use this mainly for online documentation but it could be useful for many other reasons. Also planning to add a 1-click button for simple Copy+Paste to email.
Expand Down Expand Up @@ -81,4 +81,4 @@ I really thought that some buttons were missing to go a great job (~~Strikethrou
* [jQuery](http://jquery.com/) _(required for Bootstrap-Markdown editor)_

## Preview
![Login Page](https://github.com/ghiscoding/angular-markdown-editor/blob/master/images/scrshot_preview.png)
![Login Page](https://raw.githubusercontent.com/ghiscoding/angular-markdown-editor/master/images/scrshot_preview.png)

0 comments on commit c0d9d22

Please sign in to comment.