Skip to content

Commit

Permalink
Merge pull request btford#54 from tobiaspatton-s4/master
Browse files Browse the repository at this point in the history
Fix example in README.md file
  • Loading branch information
btford authored Aug 31, 2016
2 parents 0f49e85 + 5c9a3e5 commit 4e99c3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ Bower Component for a simple AngularJS Markdown directive using [Showdown](https
6. Insert the `btf-markdown` directive into your template:

```html
<btf-markdown>
#Markdown directive
*It works!*
</btf-markdown>
<btf-markdown>#Markdown directive *It works!*</btf-markdown>
```

You can also bind the markdown input to a scope variable:
Expand Down

0 comments on commit 4e99c3c

Please sign in to comment.