Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
0c95d44#commitcomment-7454387
remove function overlap
  • Loading branch information
edjafarov committed Aug 20, 2014
1 parent cff027b commit 3342158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ var upd = new updater(pkg);
upd.checkNewVersion(function(error, manifest) {
if (!error) {
// Insert your user download choice/version comparison code here
upd.manifest = manifest;
upgradeNow();
}
});
Expand Down

3 comments on commit 3342158

@adam-lynch
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README is still wrong though, right?. upd.download gets called with one parameter. Correct me if I'm wrong?

@edjafarov
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. I need to check out README:) I am working on zip for mac stuff right now. Right when I will do it, I will release updater 0.0.3 in npm. Will update README then.

@adam-lynch
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok 😄

Please sign in to comment.