Skip to content

Commit

Permalink
Fix wrong signature
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Aug 4, 2015
1 parent 35b2d8d commit 1d6bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1d6bb3f

Please sign in to comment.