Readme fixes

This commit is contained in:
Gregory Eremin
2013-07-17 20:56:30 +07:00
parent 588fdd0f64
commit 722c155a42
3 changed files with 39 additions and 17 deletions
+2 -2
View File
@@ -22,10 +22,10 @@ namespace :cdnjs do
}
end.inject(:merge)
# Format JSON for better diffs and smaller patches
# Pretty format JSON for better diffs and smaller patches
json = MultiJson.dump(data, :pretty => true)
File.open(file_path, 'wb') do |file|
File.open file_path, 'wb' do |file|
file.write json
file.close
end