diff --git a/README.md b/README.md index 4b8a682..ae9b995 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Next step is initializing the extension using two options below: }); // Perform some async operation here - doSomeAsynStuff().then( + doSomeAsyncStuff().then( function(result) { // Succeeded VSS.notifyLoadSucceeded();