@md-plugins/shared 0.1.0-alpha.25 → 0.1.0-alpha.26
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,12 +14,12 @@ The `@md-plugins/shared` package provides common utilities, types, and helpers u
|
|
|
14
14
|
Install the plugin via your preferred package manager:
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
#
|
|
18
|
-
npm install @md-plugins/shared
|
|
19
|
-
# Or with Yarn:
|
|
20
|
-
yarn add @md-plugins/shared
|
|
21
|
-
# Or with pnpm:
|
|
17
|
+
# with pnpm:
|
|
22
18
|
pnpm add @md-plugins/shared
|
|
19
|
+
# with Yarn:
|
|
20
|
+
yarn add @md-plugins/shared
|
|
21
|
+
# with npm:
|
|
22
|
+
npm install @md-plugins/shared
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
## Usage
|