astro-custom-toc 1.0.3 → 1.0.4
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Add the plugin to your `astro.config.mjs`. **This plugin must be inserted before
|
|
|
23
23
|
|
|
24
24
|
```javascript
|
|
25
25
|
import { defineConfig } from "astro/config";
|
|
26
|
-
import customToc from "
|
|
26
|
+
import customToc from "astro-custom-toc";
|
|
27
27
|
|
|
28
28
|
// https://astro.build/config
|
|
29
29
|
export default defineConfig({
|