README.rdoc in common_view_helpers-0.3.2 vs README.rdoc in common_view_helpers-0.3.3

- old
+ new

@@ -40,14 +40,14 @@ # Generates a URL and automatically adds http:// if not already there # Useful alongside link() when linking to user submitted addresses urlify(address) # Breaks up a BigNum, FixNum or Float with commas - # e.g., 532566 => 532,566 and 79593255.66 => 79,593,255.66 - commify(num) + # e.g., 532566 => 532,566 and 79593255.66 => 79,593,255.66 + commify(num) - # Converts a camelized string into snakecase (eg, SomeClass -> some_class) - snakeify(string) + # Converts a camelized string into snakecase (eg, SomeClass -> some_class) + snakeify(string) == Copyright & Licensing Copyright (c) 2010 {Gemini SBS}[http://geminisbs.com], released under the MIT license \ No newline at end of file