README.md in fonemas-0.1.2 vs README.md in fonemas-0.1.3
- old
+ new
@@ -16,10 +16,13 @@
$ gem install fonemas
## Usage
-TODO: Write usage instructions here
+ require 'fonemas'
+ fonemas = Fonemas.fonemas('abuela')
+ puts fonemas.join('\n')
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)