Skip to content

Commit 8e3a4ed

Browse files
authored
Update CONTRIBUTING.md
1 parent 3d2fa55 commit 8e3a4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ You can test new features or debug an issue by the way that I'm using.
2626
4. In the **app directory**, run `yarn link-pkg` to link with the package then run `yarn start` to start development.
2727
5. Try something cool via the [demo app](app/src).
2828

29-
## Development Workflow
29+
## Scripts
3030

31-
There're several useful commands that you can use during the development:
31+
There're several useful scripts that you can use during the development:
3232

3333
- `yarn link-pkg` links the package into the [app directory](app). You can develop or debug it via the [demo app](app/src).
3434
- `yarn start` creates a `dist` folder with an `ESM` build and type definition file by `rollup` watch mode.

0 commit comments

Comments
 (0)