diff --git a/README.md b/README.md index 61b2925..f1f77de 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ yarn add @componentdriven/csf See package source for function definitions and types: -- `storyNameFromExport(key)` - Enhance export name (`key`) of the story. Currently implemented with [startCase](https://lodash.com/docs/4.17.11#startCase). +- `storyNameFromExport(key)` - Enhance export name (`key`) of the story. Implemented to have parity with [startCase](https://lodash.com/docs/4.17.11#startCase). - `isExportStory(key, { includeStories, excludeStories })` - Does a named export match CSF inclusion/exclusion options?