Skip to content

Commit 11c2884

Browse files
committed
Minor doc fix.
1 parent 73f8380 commit 11c2884

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This module is loosely modelled after the scws2 Python module, supporting the 2.
55
## Example usage (set DEBUG=scjs for debug output):
66

77
```js
8-
scjs = require('scjs');
8+
var scjs = require('scjs');
99

1010
var baseurl = "http://localhost/ContentManager";
1111
var username = "user";

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const querystring = require('querystring');
4040
*
4141
* Example usage (set DEBUG=scjs for debug output):
4242
*
43-
* scjs = require('scjs');
43+
* var scjs = require('scjs');
4444
*
4545
* var baseurl = "http://localhost/ContentManager";
4646
* var username = "user";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scws2"
1010
],
1111
"main": "index.js",
12-
"author": "Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>",
12+
"author": "Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/cisc/scjs.git"

0 commit comments

Comments
 (0)