Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hellsan631 committed Mar 11, 2015
1 parent ff973b1 commit dd04840
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Check out the demo's to see whats possible

There are two ways of using LogosDistort. Either through bower:

```
bower install logos-distort
```
```
bower install logos-distort
```

Or by downloading the repo and using the files there.

Expand All @@ -39,10 +39,10 @@ Or by downloading the repo and using the files there.

```html
<div id="demo1">
<img alt="background" src="assets/images/background.png" />
<div id="particle-target" ></div>
<img alt="logo" src="assets/images/logo.png" />
</div>
<img alt="background" src="assets/images/background.png" />
<div id="particle-target" ></div>
<img alt="logo" src="assets/images/logo.png" />
</div>
```

> The structure can include any element, but currently only has support for full screen elements. If you'd like to make non-full screen elements respond to the matrix transform, then simply place the elements inside of a full screen div container. An example of this can be seen in demo4.html
Expand Down

0 comments on commit dd04840

Please sign in to comment.