@yalehwang/archguard 0.1.0 → 0.1.1
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,13 +31,13 @@ ArchGuard analyzes source code to extract architectural insights and generates *
|
|
|
31
31
|
### Installation
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
npm install -g archguard
|
|
34
|
+
npm install -g @yalehwang/archguard
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
Or as a dev dependency:
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
npm install --save-dev archguard
|
|
40
|
+
npm install --save-dev @yalehwang/archguard
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
### Basic Usage
|
|
@@ -431,7 +431,7 @@ Optional, for enhanced features:
|
|
|
431
431
|
### Setup
|
|
432
432
|
|
|
433
433
|
```bash
|
|
434
|
-
git clone https://github.com/
|
|
434
|
+
git clone https://github.com/yaleh/archguard.git
|
|
435
435
|
cd archguard
|
|
436
436
|
npm install
|
|
437
437
|
npm run build
|