You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/2.guide/1.features.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,19 +92,19 @@ Quick access to online development environments detected from package READMEs:
92
92
93
93
### Custom badges
94
94
95
-
You can add custom npmx badges to your markdown files using the following syntax: `[](https://npmx.dev/YOUR_PACKAGE)`
95
+
You can add custom npmx badges to your markdown files using the following syntax: `[](https://npmx.dev/package/YOUR_PACKAGE)`
96
96
97
97
Do not forget to replace `YOUR_PACKAGE` with the actual package name.
98
98
99
99
Here are some examples:
100
100
101
101
```
102
102
# Default
103
-
[](https://npmx.dev/nuxt)
103
+
[](https://npmx.dev/package/nuxt)
104
104
105
105
# Organization packages
106
-
[](https://npmx.dev/@nuxt/kit)
106
+
[](https://npmx.dev/package/@nuxt/kit)
107
107
108
108
# Version-specific badges
109
-
[](https://npmx.dev/nuxt/v/3.12.0)
109
+
[](https://npmx.dev/package/nuxt/v/3.12.0)
0 commit comments