README.md in business_catalyst-0.1.0 vs README.md in business_catalyst-0.1.1
- old
+ new
@@ -1,14 +1,14 @@
# BusinessCatalyst
-Tools for building CSV's for Adobe Business Catalyst e-commerce platform in Ruby.
+Tools for building CSV's for Adobe Business Catalyst e-commerce platform in Ruby. Use a Ruby DSL to turn your data into CSV's that can be imported in the BC admin. Supports product and catalog CSV's, and splitting large CSV's (over 10k products) into multiple files.
## Installation
Add this line to your application's Gemfile:
- gem 'business_catalyst', '~> 0.1.0'
+ gem 'business_catalyst', '~> 0.1.1'
And then execute:
$ bundle
@@ -95,10 +95,10 @@
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Run tests:
$ bundle install
- $ bundle exec rspec
+ $ bundle exec rspec spec
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request