Skip to content

Commit

Permalink
README++
Browse files Browse the repository at this point in the history
  • Loading branch information
mohayonao committed Dec 26, 2013
1 parent c13a9ae commit 863667b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Expand Up @@ -27,12 +27,23 @@ Open the below links, and press the "Run" button.
- [noise](http://mohayonao.github.io/CoffeeCollider/#noise.coffee)
- [sequence](http://mohayonao.github.io/CoffeeCollider/#sequence.coffee)
- [chord](http://mohayonao.github.io/CoffeeCollider/#chord.coffee)
- [khoomii](http://mohayonao.github.io/CoffeeCollider/#khoomii.coffee)
- [reich](http://mohayonao.github.io/CoffeeCollider/#reich.coffee)

## Documents

https://github.com/mohayonao/CoffeeCollider/wiki/_pages

## Inspired from
# Contributing

1. Fork me
2. Create a branch for your changes: `git checkout -b my-new-feature`
3. Add your changes, and please include tests: `git commit -am 'Add some feature'`
4. Make sure the tests pass by running: `grunt test`
5. Create a pull request :D

## License
MIT

## Inspired by
- [CoffeeScript](http://coffeescript.org/)
- [SuperCollider](http://supercollider.sourceforge.net/)

0 comments on commit 863667b

Please sign in to comment.