diff --git a/README.md b/README.md index 280d9ac09..c7a5f6b3a 100644 --- a/README.md +++ b/README.md @@ -997,6 +997,10 @@ jobs: publish_dir: ./Output ``` +
+Back to TOC ☝️ +
+ ## License diff --git a/package.json b/package.json index ae2486e83..e94ca2fa4 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,9 @@ "src/**/*.ts": [ "prettier --check", "eslint" + ], + "README.md": [ + "npx doctoc@1.4.0 --github" ] }, "repository": {