Skip to content

Commit fe45663

Browse files
committed
Small change to readme
1 parent 25e7bfa commit fe45663

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Bind the markdown input to a scope variable:
3030

3131
```html
3232

33-
<div marked="markdown">
33+
<div marked="my_markdown">
3434
</div>
35-
<!-- Uses $scope.markdown -->
35+
<!-- Uses $scope.my_markdown -->
3636
```
3737

3838
Include a markdown file:
@@ -41,8 +41,7 @@ Include a markdown file:
4141

4242
<div marked ng-include="'README.md'">
4343
</div>
44-
<!-- Uses content from README.md -->
45-
44+
<!-- Uses markdown content from README.md -->
4645
```
4746

4847
### As a service

0 commit comments

Comments
 (0)