README.md in contentful_middleman-1.1.0 vs README.md in contentful_middleman-1.1.1

- old
+ new

@@ -46,10 +46,10 @@ Parameter | Description ---------- | ------------ space | Hash with an user choosen name for the space as key and the space id as value access_token | Contentful Delivery API access token -cda_query | Hash describing query configuration. See [contentful.rb](https://github.com/contentful/contentful.rb) for more info (look for filter options there) +cda_query | Hash describing query configuration. See [contentful.rb](https://github.com/contentful/contentful.rb) for more info (look for filter options there). Note that by default only 100 entries will be fetched, this can be configured to up to 1000 entries using the `limit` option. content_types | Hash describing the mapping applied to entries of the imported content types use_preview_api | Boolean to toogle the used API. Set it to `false` to use `cdn.contentful.com` (default value). Set it to `true` to use `preview.contentful.com`. More info in [the documentation](https://www.contentful.com/developers/documentation/content-delivery-api/#preview-api) You can activate the extension multiple times to import entries from different spaces. ## Entry mapping