Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonpage committed Jun 8, 2015
1 parent 9898d19 commit 879f809
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ $ bower install gaia-components/gaia-sub-header
Then include folowing files in HTML

```html
<script src="bower_components/gaia-switch/gaia-sub-header.js"></script>
<script src="bower_components/gaia-component/gaia-component.js"></script>
<script src="bower_components/gaia-sub-header/gaia-sub-header.js"></script>
```


## Examples

- [Example](http://gaia-components.github.io/gaia-sub-header/)


## Usage

```html
Expand All @@ -32,7 +31,6 @@ Header with link
<gaia-sub-header><a href="#">Gaia Sub-Header Link</a></gaia-sub-header>
```


## Lint check

Run lint check with command:
Expand Down

0 comments on commit 879f809

Please sign in to comment.