Skip to content

Commit

Permalink
linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoren committed Jun 29, 2020
1 parent 4b95cb0 commit d5006e6
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 @@ -17,8 +17,8 @@ p5.collide2D assumes the default p5.js rectMode(CORNER) and ellipseMode(CENTER)
All p5.collide2D functions return `true` if the specified geometry is colliding and `false` if they are not.

## CDN links
https://cdn.jsdelivr.net/npm/p5.collide2d
https://unpkg.com/p5.collide2d
+ https://cdn.jsdelivr.net/npm/p5.collide2d
+ https://unpkg.com/p5.collide2d

## Examples
+ [Basic Usage](https://bmoren.github.io/p5.collide2D/examples/basic/index.html)
Expand Down

0 comments on commit d5006e6

Please sign in to comment.