Skip to content

Commit

Permalink
refactor(build): fix some link and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Beaulac authored and Ghislain Beaulac committed Sep 24, 2018
1 parent e6e548a commit b813fac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here is the list of dependencies, which are required
It's a "nice to have" but not a deep dependencies, which is the [ngx-markdown](https://github.com/jfcere/ngx-markdown) lib. It is used in the demo of this lib, but technically you could plug any other lib you wish for dealing with the markdown preview.

### Demo page
- [Bootstrap 3 demo](https://ghiscoding.github.io/angular-markdown-editor) / [examples repo](https://github.com/ghiscoding/angular-markdown-editor/tree/master/src/app/examples)
- [Bootstrap 3 demo](https://ghiscoding.github.io/angular-markdown-editor) / [examples repo](https://github.com/ghiscoding/angular-markdown-editor-demo)


## Installation
Expand Down
10 changes: 6 additions & 4 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
<i class="fa fa-github"></i>
<span>{{title}}</span>
</a>
<span style="position: relative; top: 15px">
<iframe allowtransparency="true" scrolling="no" frameborder="0" src="https://buttons.github.io/buttons.html#href=https%3A%2F%2Fgithub.com%2Fghiscoding%2Fangular-markdown-editor&amp;aria-label=Star%20ghiscoding%2Fangular-markdown-editor%20on%20GitHub&amp;data-icon=octicon-star&amp;data-text=Star&amp;data-show-count=true"
style="width: 90px; height: 20px; border: none;"></iframe>
</span>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<span style="position: relative; top: 15px">
<iframe allowtransparency="true" scrolling="no" frameborder="0" src="https://buttons.github.io/buttons.html#href=https%3A%2F%2Fgithub.com%2Fghiscoding%2Fangular-markdown-editor&amp;aria-label=Star%20ghiscoding%2Fangular-markdown-editor%20on%20GitHub&amp;data-icon=octicon-star&amp;data-text=Star&amp;data-show-count=true"
style="width: 90px; height: 20px; border: none;"></iframe>
</span>
</li>
<li>
<a [routerLink]="['/reactive-editor']">
<i class="fa fa-lg fa-exchange"></i> Reactive Form Demo
Expand Down

0 comments on commit b813fac

Please sign in to comment.