diff --git a/src/docs/introduction.mdx b/src/docs/introduction.mdx index 73121ef24..65a72f2c0 100644 --- a/src/docs/introduction.mdx +++ b/src/docs/introduction.mdx @@ -5,5 +5,11 @@ route: '/' # Introduction -Hello, I'm a mdx file! +## Running the Talk V5 + +Run this command to start Talk V5 in watch mode: + +```sh +npm run watch +```