README.md in unidom-certificate-0.3 vs README.md in unidom-certificate-1.0
- old
+ new
@@ -24,7 +24,7 @@
## Call the Model
```ruby
officer = Person.create name: 'John'
mall = Shop.create name: 'WalMart'
certification = BusinessLicense.create number: '8888-6666'
-certificating = Unidom::Certificate::Certificating.certificate(certification, mall, certificator: officer, opened_at: Time.now)
+certificating = Unidom::Certificate::Certificating.certificate(certification: certification, certificated: mall, certificator: officer, opened_at: Time.now)
```