README.md in alex_codebreaker-0.1.12 vs README.md in alex_codebreaker-0.1.13

- old
+ new

@@ -18,11 +18,17 @@ $ gem install alex_codebreaker ## Usage -To config storage path add this to your app config - `AlexCodebreaker.configure { |config| config.storage_path = 'your/path.yml' }` +To config winners folder path add this to your app config: + +`AlexCodebreaker.configure { |config| config.winners_folder_path = 'your/path/' }` + +To config save games folder path add this to your app config: + +`AlexCodebreaker.configure { |config| config.games_folder_path = 'your/folder/' }` + Use this gem for creating amazing version of codebreaker game! ## Development