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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 "./src/plugins/remark-toc";
26
+ import customToc from "astro-custom-toc";
27
27
 
28
28
  // https://astro.build/config
29
29
  export default defineConfig({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-custom-toc",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Astro Integration to generate a customizable table of contents",
5
5
  "type": "module",
6
6
  "exports": {