Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 7592b7e

Browse files
committed
fixing typo
1 parent e56e8cc commit 7592b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ var image = fs.readFileSync(__dirname, 'octonode.png');
10721072
var options = {
10731073
name: 'octonode.png',
10741074
contentType: 'image/png',
1075-
uplaodHost: 'uploads.github.com'
1075+
uploadHost: 'uploads.github.com'
10761076
};
10771077
ghrelease.uplaodAssets(image, options, callback)
10781078
```

0 commit comments

Comments
 (0)