unprint 0.15.0 → 0.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -189,8 +189,8 @@ Extracts the CSS `url()` link from a style attribute, such as a background.
189
189
  Arguments
190
190
  * `styleAttribute`: the CSS style attribute to extract the URL from
191
191
 
192
- #### Query style background
193
- `query.styleUrl([selector], [options])`
192
+ #### Query style background URL
193
+ `query.background([selector], [options])`
194
194
 
195
195
  Extracts the CSS `url()` background from a style attribute. Alias for `query.styleUrl([selector], 'background-image', [options])`.
196
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unprint",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "Simplify common web scraping tasks while staying in control of the data.",
5
5
  "main": "src/app.js",
6
6
  "scripts": {