Skip to content

Commit

Permalink
Correct link
Browse files Browse the repository at this point in the history
  • Loading branch information
padolsey committed Mar 21, 2015
1 parent 6627a5f commit b1aa8bf
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 @@ -87,7 +87,7 @@ Custom shapes can be drawn with the help of `step`:
}
});

For more demos, see: https://github.com/jamespadolsey/Sonic/blob/master/demo/demo.html
For more demos, see: https://github.com/padolsey/sonic.js/blob/master/demo/demo.html

### FAQ:

Expand All @@ -101,4 +101,4 @@ Cadell Christo (cadc) has made [sonicGIF](https://github.com/cadc/SonicGIF), whi

#### There's no `anticlockwise` arg for `arc`, why?

It's not needed. You can make an arc progress in an anti-clockwise direction by going from, `360` to `0`, instead of `0` to `360`.
It's not needed. You can make an arc progress in an anti-clockwise direction by going from, `360` to `0`, instead of `0` to `360`.

0 comments on commit b1aa8bf

Please sign in to comment.