diff --git a/readme.md b/readme.md index f0475a4..04e0999 100644 --- a/readme.md +++ b/readme.md @@ -39,13 +39,13 @@ camelcaseKeys(commandLineArguments); #### input -Type: `object | object[]` +Type: `Record | any[]` -An object or array of objects to camel-case. +An `Record` or array of any to camel-case. #### options -Type: `object` +Type: `Options` ##### exclude