Skip to content

Commit 74d1233

Browse files
committed
Single quotes changes
1 parent 496cd73 commit 74d1233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ var name = 'ubuntu-http';
391391
zone.createVM(name, { os: 'ubuntu' }, function(err, vm, operation) {
392392
// `operation` lets you check the status of long-running tasks.
393393

394-
operation.on("complete", function(err, metadata) {
394+
operation.on('complete', function(err, metadata) {
395395
if (!err) {
396396
// Virtual machine created!
397397
}

0 commit comments

Comments
 (0)