diff --git a/README.md b/README.md index d68f2c5..25e9d03 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ require 'motion-pixatefreestyle' ```ruby Motion::Project::App.setup do |app| # ... - app.pixate.framework = 'vendor/PixateFreestyle.framework' + app.pixatefreestyle.framework = 'vendor/PixateFreestyle.framework' end ```