diff --git a/site/src/docs/examples.md b/site/src/docs/examples.md
index 461b62c1..9fc0ae07 100644
--- a/site/src/docs/examples.md
+++ b/site/src/docs/examples.md
@@ -30,7 +30,7 @@ Ensure [Node.js (18.16.0 LTS or newer)](https://nodejs.org/en) or newer is insta
 
 ```
 git clone https://github.com/microsoft/TypeChat
-cd TypeChat
+cd TypeChat/typescript
 npm install
 ```