README.md in push_package-0.0.1 vs README.md in push_package-0.0.2

- old
+ new

@@ -1,9 +1,21 @@ ## Purpose Make implementing safari push notifications easier for ruby developers. ## Notes: -This is not ready for use. + +```ruby +def create + package = PushPackage.new(website_params, iconset_path, certificate) + package.save('path/to/save') + send_file 'path/to/save' +end +``` + +```shell +$> push_package --website-json=./website.json --iconset-path=~/project/iconset --output-dir=./ --certificate=./Certificate.p12 + wrote: ./pushPackage.zip +``` ## Contributing 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`)