Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Anand Suresh <[email protected]>
Ben Stahl <[email protected]>
Brett Bergmann <[email protected]>
Burcu Dogan <[email protected]>
Gor Martsen <[email protected]>
Hector Rovira <[email protected]>
Ido Shamun <[email protected]>
Jesse Friedman <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ var name = 'ubuntu-http';
zone.createVM(name, { os: 'ubuntu' }, function(err, vm, operation) {
// `operation` lets you check the status of long-running tasks.

operation.onComplete(function(err, metadata) {
operation.on("complete", function(err, metadata) {

This comment was marked as spam.

This comment was marked as spam.

if (!err) {
// Virtual machine created!
}
Expand Down