Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoren committed Feb 4, 2016
1 parent a47edc2 commit e4250e2
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 @@ -62,8 +62,8 @@ function setup() {
}
```
#### collidePointPoint()
###### collidePointPoint((x, y, x2, y2, [buffer])
Point to point collision in 2d or 3d with an optional buffer zone.
###### collidePointPoint(x, y, x2, y2, [buffer])
Point to point collision with an optional buffer zone.
```javascript
//basic 2D example
var hit = false;
Expand Down

0 comments on commit e4250e2

Please sign in to comment.