Skip to content

Update README.md

Update README.md #72

Workflow file for this run

name: Generate README TOC
on:
push:
branches:
- 'master'
paths:
- 'readme/README.md'
jobs:
generate-toc:
name: Generate TOC
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
with:
TARGET_PATHS: 'readme/README.md'