datamapper / dm-is-remixable

dm-is-remixable allow you to create reusable data functionality
http://datamapper.org/
MIT License
13 stars 5 forks source link

README.rdoc format fixes #2

Closed gugod closed 14 years ago

gugod commented 14 years ago

Hi datamappers

The README.rdoc of dm-is-remixable is formatted horribly bad on github (and on every rdoc sites) due to the fact that code blocks are not indented correctly. I fixed them so it looks nice now.

I also change the example to use Enum[...] instead of Enum.new(...), for the latter one does not seem to be working anymore with 1.0.2.

snusnu commented 14 years ago

Applied, thanks!