Readme.mdown in split-export-0.3.0 vs Readme.mdown in split-export-1.0.0
- old
+ new
@@ -1,8 +1,8 @@
-# Split::Export
+# [Split Export](http://libraries.io/rubygems/split-export)
-An extension to [Split](http://github.com/andrew/split) to allow for easy exporting of AB testing data.
+An extension to [Split](http://github.com/splitrb/split) to allow for easy exporting of AB testing data.
## Requirements
The split gem and its dependencies.
@@ -26,16 +26,16 @@
## Usage
require 'split/export'
csv_data = Split::Export.to_csv
- File.open('path/to/my.csv, 'w') {|f| f.write(csv_data) }
+ File.open('path/to/my.csv', 'w') {|f| f.write(csv_data) }
## Development
-Source hosted at [GitHub](http://github.com/andrew/split-export).
-Report Issues/Feature requests on [GitHub Issues](http://github.com/andrew/split-export/issues).
+Source hosted at [GitHub](http://github.com/splitrb/split-export).
+Report Issues/Feature requests on [GitHub Issues](http://github.com/splitrb/split-export/issues).
Tests can be ran with `rake spec`
### Note on Patches/Pull Requests
@@ -47,6 +47,6 @@
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.
## Copyright
-Copyright (c) 2011 Andrew Nesbitt. See LICENSE for details.
\ No newline at end of file
+Copyright (c) 2013 Andrew Nesbitt. See LICENSE for details.