README.md in mass-0.0.1 vs README.md in mass-0.0.2
- old
+ new
@@ -39,14 +39,14 @@
include Mass
bpm 128
pattern bars: 4 do
- note 4, pitch: 'c2'
- note 4, pitch: 'c3'
- note 4, pitch: 'c4'
- note 4, pitch: 'c3'
+ note 4, pitch: 'C2'
+ note 4, pitch: 'C3'
+ note 4, pitch: 'C4'
+ note 4, pitch: 'C3'
end
```
Read the [RDoc documentation][rdoc] for more information on
each component and what each DSL method does.
@@ -78,5 +78,10 @@
newly built `.gem` file to [RubyGems][gem]:
```bash
$ bin/rake release
```
+
+[tubbo]: https://github.com/tubbo
+[rdoc]: http://www.rubydoc.info/github/tubbo/mass/master/frames
+[gem]: https://rubygems.org
+[mit]: https://github.com/tubbo/mass/blob/master/LICENSE.txt