Skip to content

Commit

Permalink
Small change to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypercubed committed Jan 21, 2014
1 parent 25e7bfa commit fe45663
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Bind the markdown input to a scope variable:

```html

<div marked="markdown">
<div marked="my_markdown">
</div>
<!-- Uses $scope.markdown -->
<!-- Uses $scope.my_markdown -->
```

Include a markdown file:
Expand All @@ -41,8 +41,7 @@ Include a markdown file:

<div marked ng-include="'README.md'">
</div>
<!-- Uses content from README.md -->

<!-- Uses markdown content from README.md -->
```

### As a service
Expand Down

0 comments on commit fe45663

Please sign in to comment.