Skip to content

Commit

Permalink
docs: fix wrong instructions for bower, fixes bug tweenjs#205. Still …
Browse files Browse the repository at this point in the history
…no idea of how to update the bower registry, will open new bug
  • Loading branch information
sole committed Sep 29, 2015
1 parent be09583 commit 10d7068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -58,19 +58,19 @@ You will need to use a tool such as `browserify` to convert code using this styl
#### Use `bower`

```bash
bower install tweenjs
bower install tweenjs --save
```

or install an specific tag. They are git tags, and you can run `git tag` for a list:
or install an specific tag. They are git tags, and you can run `git tag` in the command line for a list if you have cloned the repository locally, or you can also check out the list in the [tween.js tags page](https://github.com/tweenjs/tween.js/tags). For example, to install `v16.3.0`:

```bash
bower install tweenjs#r14
bower install tweenjs#v16.3.0
```

Then reference the library source:

```html
<script src="bower_components/tween.js/src/Tween.js"></script>
<script src="bower_components/tweenjs/src/Tween.js"></script>
```

## Features
Expand Down
1 change: 0 additions & 1 deletion bower.json
Expand Up @@ -21,7 +21,6 @@
"assets",
"docs",
"examples",
"utils",
".*"
]
}

0 comments on commit 10d7068

Please sign in to comment.