@scurrlin/stencil 1.0.0 → 1.0.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ c S:
|
|
|
47
47
|
To install **Stencil** locally, run the following command in the terminal of your directory:
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
npm install stencil
|
|
50
|
+
npm install @scurrlin/stencil
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
Once installed, you can run it with the following command:
|
|
@@ -61,7 +61,7 @@ npx stencil path/to/your/file.py --start <start_line> --end <end_line>
|
|
|
61
61
|
If you prefer to install **Stencil** globally, run the following command in your terminal:
|
|
62
62
|
|
|
63
63
|
```bash
|
|
64
|
-
npm install -g stencil
|
|
64
|
+
npm install -g @scurrlin/stencil
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
Once installed, you can run it with the following command:
|