README.md in puree-0.16.0 vs README.md in puree-0.16.1
- old
+ new
@@ -1,7 +1,7 @@
# Purée [![Gem Version](https://badge.fury.io/rb/puree.svg)](https://badge.fury.io/rb/puree)
-Purée consumes the Pure Research Information System API and puts the metadata into simple data structures.
+Consumes the Pure Research Information System API and puts the metadata into simple data structures.
## Installation
Add this line to your application's Gemfile:
@@ -46,10 +46,10 @@
metadata = c.find limit: 50
```
...and get the data from an array of hashes or from an array of instances.
## Documentation
-[API in YARD](http://www.rubydoc.info/gems/puree/frames)
+[API in YARD](http://www.rubydoc.info/gems/puree)
[Detailed usage](https://github.com/lulibrary/puree/wiki)