README.md in content_spinning-0.0.1 vs README.md in content_spinning-0.0.2

- old
+ new

@@ -1,8 +1,9 @@ # Content Spinning -content_spinning is a ruby lib to spin some text. +`ContentSpinning` is a ruby library made to spin some text. +It manages nested spinning. ## Example ```ruby "Hi {there|you}! I'm {efficient|productive}.".spin @@ -11,14 +12,25 @@ ``` returns this array : ```ruby -["Hi there! I'm efficient.", "Hi there! I'm productive.", "Hi you! I'm efficient.", "Hi you! I'm productive."] +[ + "Hi there! I'm efficient.", + "Hi there! I'm productive.", + "Hi you! I'm efficient.", + "Hi you! I'm productive." +] ``` ## Install ``` gem install content_spinning ``` + +## Todo + +A few things to do : + +* Executable