Skip to content

Commit 3f8f7a7

Browse files
authored
Update CONTRIBUTING.md
1 parent c87e670 commit 3f8f7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This library is a collection of React hooks so a proposal for a new hook will ne
3131
3232
### Creating a new hook
3333
34-
1. Create `src/useYourHookName.ts` and `src/stories/useYourHookName.story.tsx`, run `yarn start` to start the storybook development server and start coding your hook
34+
1. Create `src/useYourHookName.ts` and `stories/useYourHookName.story.tsx`, run `yarn start` to start the storybook development server and start coding your hook
3535
1. Create `tests/useYourHookName.test.ts`, run `yarn test:watch` to start the test runner in watch mode and start writing tests for your hook
3636
1. Create `docs/useYourHookName.md` and create documentation for your hook
3737
1. Export your hook from `src/index.ts` and add your hook to `README.md`

0 commit comments

Comments
 (0)