From ad1b76f6f5aa71703c68efce72a5eda421cf385f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauricio=20S=C3=A1nchez?= Date: Thu, 10 Nov 2016 17:44:03 -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 d185985..07c52d6 100644 --- a/README.md +++ b/README.md @@ -1195,7 +1195,7 @@ alias | Set a name to the object to identify it at some circumstances | String Property | Description | Type ------------ | ------------- | ------------- data | Insert data directly to the object | Object -config.url | Specify a URL to use when performing data synchronization | String +config.url | Specify a URL to use when performing data synchronization, this parameter can also be a function that returns the value for the URL | String config.forceParamId | Include the record ID inside data payload when sending it to the server | Boolean config.sendJSON | Force data to be sent as a JSON string | Boolean config.ajaxConf | Receives an object with jQuer.ajax() extra settings | Object