diff --git a/examples.md b/examples.md index 2f38fd3..d9a0b8f 100644 --- a/examples.md +++ b/examples.md @@ -1,18 +1,18 @@ # Examples -[concatAll](#concatAll) +[concatAll](#concatall) · [debounce](#debounce) · -[exhaustAll](#exhaustAll) +[exhaustAll](#exhaustall) · -[onErrorResumeNext](#onErrorResumeNext) +[onErrorResumeNext](#onerrorresumenext) · [pluck](#pluck) · -[skipUntil](#skipUntil) +[skipUntil](#skipuntil) · -[zipAll](#zipAll) +[zipAll](#zipall) ## concatAll diff --git a/packages/swirly-examples/scripts/build-markdown.sh b/packages/swirly-examples/scripts/build-markdown.sh index 0d623c4..8894d14 100755 --- a/packages/swirly-examples/scripts/build-markdown.sh +++ b/packages/swirly-examples/scripts/build-markdown.sh @@ -20,7 +20,7 @@ echo "Rendering examples.md" else sep=1 fi - echo "[$name](#$name)" + echo "[$name](#${name,,})" done echo for name in $names; do