Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ traqball.js will only work in browsers that support the CSS 3D Transforms Module

## How to include traqball.js:

####1. Include a reference to traqball.js into the head:
#### 1. Include a reference to traqball.js into the head:

``` js
<script type="text/javascript" src="traqball.js"></script>
```

traqball will NOT check if the browser supports CSS 3D transfoms. If you need feature checking, take care of that yourself or use some library like modernizr.

####2. On window load create one or more traqballs:
#### 2. On window load create one or more traqballs:

``` js
var mytraqball = new Traqball(configurationObject);
Expand Down