Fix preact install instructions

This commit is contained in:
Hatlen 2021-11-03 11:25:10 +01:00 committed by Michael Shilman
parent ad08d92bc7
commit c821fdc4c6

View File

@ -1,2 +1,2 @@
- You can also setup Storybook manually through the Storybook CLI. Add the `--type mithril` flag when you initialize Storybook in your project.
- You can also setup Storybook manually through the Storybook CLI. Add the `--type preact` flag when you initialize Storybook in your project.
- If there's an installation problem, check the [README for the Preact framework](../../app/preact/README.md).