Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #25 from lborgav/patch-1
Browse files Browse the repository at this point in the history
Fixing missing letters
  • Loading branch information
dfreedm committed Mar 25, 2014
2 parents f7e0288 + 2993ef3 commit cc8ba20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ index.html:

```html
<!DOCTYPE html>
<link rel="import" href="app.html">
<link rel="import" href="x-app.html">
<x-app></x-app>
```

app.html:
x-app.html:

```html
<link rel="import" href="path/to/x-dep.html">
Expand Down

0 comments on commit cc8ba20

Please sign in to comment.