monorepotime 1.1.2 → 1.1.4

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
@@ -11,14 +11,7 @@ npx monorepotime
11
11
  or
12
12
  ```bash
13
13
  npm install -D monorepotime
14
- ```
15
-
16
- ## Usage
17
-
18
- Navigate to the root of your monorepo project and run:
19
-
20
- ```bash
21
- monorepotime
14
+ npx monorepotime
22
15
  ```
23
16
 
24
17
  This will:
@@ -26,9 +19,6 @@ This will:
26
19
  2. Open the dashboard in your default browser.
27
20
  3. Allow you to interact with your workspaces immediately.
28
21
 
29
- ## Demo
30
- ![Architecture](./preview1.jpg)
31
- ![Architecture](./preview2.jpg)
32
22
 
33
23
  ## License
34
24