Skip to content

Commit

Permalink
Remove undesired full-stop from outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
azwreith committed Nov 7, 2015
1 parent 07d39a1 commit 68d5c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -84,7 +84,7 @@ Polymer({
<my-property-namecard my-name="Jim"></my-property-namecard>
```

> Hi! My name is Jim.
> Hi! My name is Jim
**Bind data into your element using the familiar mustache-syntax**

Expand Down Expand Up @@ -115,7 +115,7 @@ Polymer({
<my-bound-namecard my-name="Josh"></my-bound-namecard>
```

> Hi! My name is Josh.
> Hi! My name is Josh
**Style the internals of your element, without the style leaking out**

Expand Down

0 comments on commit 68d5c55

Please sign in to comment.