Skip to content

Commit

Permalink
Merge pull request #74 from nkabrown/startcase-info
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
kasperpeulen authored Jan 29, 2024
2 parents e535d61 + 959b8a9 commit cdc80df
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 @@ -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?

Expand Down

0 comments on commit cdc80df

Please sign in to comment.