浏览代码

Update help text

Shazron Abdullah 13 年之前
父节点
当前提交
250e74373c
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -41,8 +41,8 @@ See the **example** folder for example usage.
         /*
          Retrieves a value for a key and servicename.
          
-         @param successCallback returns the value as the argument to the callback
-         @param failureCallback returns the error string as the argument to the callback
+         @param successCallback returns the value as the argument to the callback when successful
+         @param failureCallback returns the error string as the argument to the callback, for a failure
          @param key the key to retrieve
          @param servicename the servicename to use
          */
@@ -51,8 +51,8 @@ See the **example** folder for example usage.
         /*
          Sets a value for a key and servicename.
          
-         @param successCallback returns the value as the argument to the callback
-         @param failureCallback returns the error string as the argument to the callback
+         @param successCallback returns when successful
+         @param failureCallback returns the error string as the argument to the callback, for a failure
          @param key the key to set
          @param servicename the servicename to use
          @param value the value to set
@@ -62,7 +62,7 @@ See the **example** folder for example usage.
         /*
          Removes a value for a key and servicename.
          
-         @param successCallback returns the value as the argument to the callback
+         @param successCallback returns when successful
          @param failureCallback returns the error string as the argument to the callback
          @param key the key to remove
          @param servicename the servicename to use