Skip to content

Commit 8fa8563

Browse files
committedApr 26, 2016
Rebrand
1 parent 370cc03 commit 8fa8563

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# printscreen.js
22

3-
Generate a printscreen / screenshot of any website directly from your node app.
3+
Easier website screenshots in Node.js
44

55
## Features
66

@@ -42,7 +42,7 @@ printscreen('http://google.com', {
4242
quality: 75,
4343
4444
/*
45-
* Optional: Defina a capture function which is injected into the webview before the printscreen is made
45+
* Optional: Define a capture function which is injected into the webview before the printscreen is made
4646
* The returned output is available in the callback (see below)
4747
*/
4848
capture: function () {

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "printscreen",
3-
"version": "1.1.0",
4-
"description": "Generate a printscreen / screenshot of any website directly from your node app",
3+
"version": "1.1.1",
4+
"description": "Easier website screenshots in Node.js",
55
"main": "./lib/index.js",
66
"scripts": {
77
"lint": "eslint lib/",

0 commit comments

Comments
 (0)
Please sign in to comment.