table-of-content
Advanced tools
Comparing version
{ | ||
"name": "table-of-content", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Table of Contents Generator is a JavaScript package that creates a floating table of contents (TOC) button and panel for web pages.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -90,3 +90,3 @@ # Table of Contents Generator | ||
``` | ||
<script src="node_modules/toc-generator/index.js"></script> | ||
<script src="node_modules/table-of-content/index.js"></script> | ||
``` | ||
@@ -97,3 +97,3 @@ | ||
``` | ||
const { initTableOfContents } = require('toc-generator'); | ||
const { initTableOfContents } = require('table-of-content'); | ||
initTableOfContents(); | ||
@@ -100,0 +100,0 @@ toc.destroy(); |
20904
0.03%