README.md in pmp-0.5.5 vs README.md in pmp-0.5.6
- old
+ new
@@ -32,9 +32,13 @@
You should usually go through the `PMP::Client` as a convenience or start with a `PMP::CollectionDocument`.
Below is a basic guide, you can also [see the examples for more info](example/).
+To see it used in a project, there is the [PMP Importer](https://github.com/PRX/pmp-importer.prx.org) which, as it says in the name, imports data from podcast feeds and www.prx.org into the PMP.
+
+[The importer super class](https://github.com/PRX/pmp-importer.prx.org/blob/master/app/models/application_importer.rb) is a good place to look.
+
```ruby
# so you need a few things, like the endpoint, but default is "https://api.pmp.io"
endpoint = "https://api-sandbox.pmp.io"