Skip to content

Commit

Permalink
Documentation update for Google Compute Engine App (#1432)
Browse files Browse the repository at this point in the history
Fix documentation error
  • Loading branch information
Gormartsen authored and stephenplusplus committed Jul 14, 2016
1 parent 14d5cb0 commit 976cb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 <anandsuresh@gmail.com>
Ben Stahl <bhstahl@gmail.com>
Brett Bergmann <me@brettbergmann.com>
Burcu Dogan <jbd@google.com>
Gor Martsen <gor.martsen@gmail.com>
Hector Rovira <hrovira@gmail.com>
Ido Shamun <idoesh1@gmail.com>
Jesse Friedman <jesse@jesse.ws>
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) {
if (!err) {
// Virtual machine created!
}
Expand Down

0 comments on commit 976cb69

Please sign in to comment.