Skip to content

Commit c1b237a

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,20 @@ 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

5453
See [contribution guide](CONTRIBUTING.md).
5554

0 commit comments

Comments
 (0)