From 1d6bb3ff400ac7505c5fbcb79b6e5f04e2e431e6 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Wed, 5 Aug 2015 02:58:54 +0900 Subject: [PATCH] Fix wrong signature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f26b8..f4b8167 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ client.listRestapis().then(function (restapis) { ## API - `new Client({ accessKeyId, region, secretAccessKey })` - `createDeployment({ cacheClusterEnabled, cacheClusterSize, description, restapiId, stageDescription, stageName }) -> Promise` -- `client.createResources({ parentId, pathPart, restapiId, }) -> Promise` +- `client.createResources({ paths, restapiId, }) -> Promise` - `client.createRestapi({ name }) -> Promise` - `client.deleteModel({ modelName, restapiId }) -> Promise` - `deleteRestapi({ restapiId }) -> Promise`