This commit is contained in:
Paulo Gustavo Veiga 2021-10-02 11:23:24 -07:00
parent 29a8043c3a
commit d1ac9fc9a6
2 changed files with 4 additions and 4 deletions

View File

@ -28,9 +28,9 @@ cd packages/mindplot
To build up the package mindplot and use in production, you have to use command `yarn build` To build up the package mindplot and use in production, you have to use command `yarn build`
## Payground ## Playground
For the testings of mindplot you need use command `yarn payground` for run this enviroment. For the testings of mindplot you need use command `yarn playground` for run this enviroment.
once this is done, it will open the explorer where you can see a menu with the tests carried out. once this is done, it will open the explorer where you can see a menu with the tests carried out.
## Usage ## Usage

View File

@ -28,9 +28,9 @@ cd packages/web2d
To build up the package web2d and use in production, you have to use command `yarn build` To build up the package web2d and use in production, you have to use command `yarn build`
## Payground ## Playground
For the testings of web2d you need use command `yarn payground` for run this enviroment. For the testings of web2d you need use command `yarn playground` for run this enviroment.
once this is done, it will open the explorer where you can see a menu with the tests carried out. once this is done, it will open the explorer where you can see a menu with the tests carried out.
## Usage ## Usage