README.md in ezid-client-0.10.0 vs README.md in ezid-client-0.11.0
- old
+ new
@@ -111,10 +111,10 @@
=> #<Ezid::Identifier id="ark:/99999/fk4n58pc0r" DELETED>
```
## Metadata handling
-In order to ease metadata management access to EZID [reserved metadata elements](http://ezid.cdlib.org/doc/apidoc.html#internal-metadata) and [metadata profiles](http://ezid.cdlib.org/doc/apidoc.html#metadata-profiles) is provided through `#method_missing` according to these heuristics:
+Accessors are provided to ease the use of EZID [reserved metadata elements](http://ezid.cdlib.org/doc/apidoc.html#internal-metadata) and [metadata profiles](http://ezid.cdlib.org/doc/apidoc.html#metadata-profiles):
**Reserved elements** can be read and written using the name of the element without the leading underscore:
```ruby
>> identifier.status # reads "_status" element