plugins 1.1.1 → 1.1.2
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
|
@@ -12,13 +12,13 @@ npx plugins add owner/repo
|
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
# GitHub shorthand
|
|
15
|
-
npx plugins add
|
|
15
|
+
npx plugins add vercel/vercel-plugin
|
|
16
16
|
|
|
17
17
|
# Full HTTPS URL
|
|
18
|
-
npx plugins add https://github.com/
|
|
18
|
+
npx plugins add https://github.com/vercel/vercel-plugin
|
|
19
19
|
|
|
20
20
|
# SSH URL (auto-retries via HTTPS if SSH auth fails)
|
|
21
|
-
npx plugins add git@github.com:
|
|
21
|
+
npx plugins add git@github.com:vercel/vercel-plugin.git
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
### Add plugins from a local directory
|