Skip to content

Commit

Permalink
Fix syntax highlighting
Browse files Browse the repository at this point in the history
Fix syntax highlighting on the first example.
  • Loading branch information
Pascal Weiland committed May 30, 2015
1 parent cd43389 commit bf48523
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

Polymer lets you build encapsulated, re-usable elements that work just like HTML elements, to use in building web applications.

<!-- Polyfill Web Components for older browsers -->
<script src="webcomponentsjs/webcomponents-lite.min.js"></script>

<1-- Import element -->
<link rel="import" href="google-map.html">
```html
<!-- Polyfill Web Components for older browsers -->
<script src="webcomponentsjs/webcomponents-lite.min.js"></script>

<!-- Use element -->
<google-map lat="37.790" long="-122.390"></google-map>
<!-- Import element -->
<link rel="import" href="google-map.html">

<!-- Use element -->
<google-map lat="37.790" long="-122.390"></google-map>
```

## Getting Started

Expand Down

0 comments on commit bf48523

Please sign in to comment.