README.md in psd_native-0.2.0 vs README.md in psd_native-0.3.0

- old
+ new

@@ -1,12 +1,16 @@ # PSDNative +[![Travis CI](https://travis-ci.org/layervault/psd_native.png)](https://travis-ci.org/layervault/psd_native) + A gem that includes multiple mixins that speed up [PSD.rb](https://github.com/layervault/psd.rb) by delegating certain parts of the library to native C code. This library allows for PSD.rb to function as a pure Ruby library, while allowing for optional native code speed improvements. It overwrites specific methods within PSD.rb transparently, so you can use PSD.rb like normal. Currently, PSDNative replaces these sections of PSD.rb with native code: * RGB processing +* CMYK processing * RLE decoding +* Some color conversions ## Installation Add this line to your application's Gemfile: