Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lizziew committed Apr 24, 2017
1 parent 8092c8b commit 1c2a4da
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Expand Up @@ -31,18 +31,18 @@ Use the Firebase plugin by including the ```mv-storage``` attribute with the par

```javascript
<section mv-app="firebasetest" mv-storage="firebase">
<table>
<tr>
<td>
<ul>
<li property="country" mv-multiple>
<span property="code">Code</span>
<span property="name">Name</span>
</li>
</ul>
</td>
</tr>
</table>
<table>
<tr>
<td>
<ul>
<li property="country" mv-multiple>
<span property="code">Code</span>
<span property="name">Name</span>
</li>
</ul>
</td>
</tr>
</table>
</section>
```

Expand Down

0 comments on commit 1c2a4da

Please sign in to comment.