@builder.io/dev-tools 1.0.19 → 1.1.0-rc0

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
@@ -7,11 +7,13 @@ Setup and integrate [Builder.io Visual CMS](https://www.builder.io/) during deve
7
7
  Builder's Devtools can be [installed and initialized](https://www.npmjs.com/package/@builder.io/create) using:
8
8
 
9
9
  **npm**
10
+
10
11
  ```
11
12
  npm init builder.io@latest
12
13
  ```
13
14
 
14
15
  **pnpm**
16
+
15
17
  ```
16
18
  pnpm create builder.io@latest
17
19
  ```