hexo-auto-toc 1.0.11 → 1.0.12

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
@@ -12,7 +12,7 @@ Automatically generates a responsive table of contents that fixes to the side of
12
12
  npm install hexo-auto-toc
13
13
  ```
14
14
 
15
- Requirement cheerio:auto install it replaces `npm install cheerio --save`
15
+ Requirement cheerio:auto install it replacing `npm install cheerio --save`
16
16
 
17
17
  2. The plugin will automatically parse all content within the `<article>` tag and generate a table of contents.
18
18
  If your article page structure does not wrap the content inside an `<article>` element, contents in`<body>` will be parsed. Or you can add `<article>` manually — typically in the `index.html` file under your `blog` folder, but this is not necessary.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-auto-toc",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Automatically generates a responsive table of contents that fixes to the side of the article page or above the articles, depending on the user's device.",
5
5
  "keywords": [
6
6
  "toc",