diff --git a/example/README.md b/example/README.md
index 9aeb21c4..bc669b1a 100644
--- a/example/README.md
+++ b/example/README.md
@@ -175,7 +175,15 @@ Click on `snippet source` to jump to the code of an individual example.
snippet source | anchor
-snippet: server-side-server-streaming-async-generator
+
+
+```cpp
+// ---------------------------------------------------
+// (experimental) Server handling a server-streaming request using co_yield
+// ---------------------------------------------------
+```
+snippet source | anchor
+
### Multi-threaded