diff --git a/docs/home/100-state-machine/325-creating-events/300-precompiles/100-introduction.md b/docs/home/100-state-machine/325-creating-events/300-precompiles/100-introduction.md index 3c6925b5..df248fa0 100644 --- a/docs/home/100-state-machine/325-creating-events/300-precompiles/100-introduction.md +++ b/docs/home/100-state-machine/325-creating-events/300-precompiles/100-introduction.md @@ -11,7 +11,7 @@ When using the templates, these can be defined in a `precompiles/` directory ## Definitions -All the precompiles for your application should be put into `precompiles/index.ts` +All the precompiles for your application should be put into `precompiles/src/index.ts` ```ts import { generatePrecompiles } from '@paima/sdk/precompiles';