Skip to content

Commit 31ee3c1

Browse files
committed
docs: update readme.md
1 parent 7ec58af commit 31ee3c1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,22 @@ yarn build --filter=<workspace>
3535
### Run Storybook
3636

3737
```bash
38-
yarn storybook
38+
yarn dev
3939
```
4040

4141
### Other Commands
4242

4343
| Command | Description |
4444
|---|---|
45-
| `yarn dev` | Runs Storybook and Builds Figma plugin in watch mode |
4645
| `yarn test` | Tests all workspaces |
4746
| `yarn lint` | Lints all workspaces |
4847
| `yarn typecheck` | Type checks all workspaces |
4948
| `yarn clean` | Remove generated files |
5049
| `yarn update-snapshot` | Update test snapshots of `bezier-react` |
5150

52-
## Contribute
51+
## Contributing
5352

54-
See [contribution guide](CONTRIBUTING.md).
53+
See [contributing guide](CONTRIBUTING.md).
5554

5655
## Maintainers
5756

0 commit comments

Comments
 (0)