diff --git a/README.md b/README.md
index 148413a857..a2f08d7ea8 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ My Today I Learned snippets. Inspired by [jbranchaud/til](https://github.com/jbr
Search these TILs at https://til.simonwillison.net/
-449 TILs so far. Atom feed here.
+450 TILs so far. Atom feed here.
## github-actions
@@ -359,6 +359,7 @@ Search these TILs at https://til.simonwillison.net/
* [Using awk to add a prefix](https://github.com/simonw/til/blob/main/bash/use-awk-to-add-a-prefix.md) - 2022-04-08
* [Ignoring errors in a section of a Bash script](https://github.com/simonw/til/blob/main/bash/ignore-errors.md) - 2022-06-27
* [Start, test, then stop a localhost web server in a Bash script](https://github.com/simonw/til/blob/main/bash/start-test-then-stop-server.md) - 2022-12-17
+* [Running multiple servers in a single Bash script](https://github.com/simonw/til/blob/main/bash/multiple-servers.md) - 2023-08-16
## typescript