@zenuml/core 3.0.4 → 3.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,8 +24,8 @@ Please follow the [integration guide](./docs/asciidoc/integration-guide.adoc) fo
24
24
  # Development
25
25
 
26
26
  ```
27
- yarn install
28
- yarn start
27
+ pnpm install
28
+ pnpm dev
29
29
  ```
30
30
 
31
31
  ## CI/CD
package/README_CN.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Development
2
2
 
3
3
  ```
4
- yarn install
5
- yarn start
4
+ pnpm install
5
+ pnpm dev
6
6
  ```
7
7
 
8
8
  # 代码结构