From 50caae29e7233bf49e998756891ec3b9f9d4907e Mon Sep 17 00:00:00 2001 From: Serkan Inci Date: Fri, 6 Nov 2015 03:24:11 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();