Skip to content

Commit c0d9d22

Browse files
committed
fixed preview to show on NPM
1 parent afa637f commit c0d9d22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-markdown-editor",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": "Ghislain B.",
55
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
66
"main": "app.js",

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Angular Markdown Editor (Directive)
2-
`1.0.3`
2+
`1.0.4`
33

44
## What do we have?
55
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.
@@ -81,4 +81,4 @@ I really thought that some buttons were missing to go a great job (~~Strikethrou
8181
* [jQuery](http://jquery.com/) _(required for Bootstrap-Markdown editor)_
8282

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

0 commit comments

Comments
 (0)