diff --git a/src/content/docs/v4/reference/modules.mdx b/src/content/docs/v4/reference/modules.mdx index edb426aa3..7ef2d98f9 100644 --- a/src/content/docs/v4/reference/modules.mdx +++ b/src/content/docs/v4/reference/modules.mdx @@ -155,7 +155,7 @@ We are now moving to event modules, which listens to the vast streams of data pr If you haven't already, add the `events` directory to your [config](/v4/reference/config) ```js -export const events="./dist/tasks"; +export const events = "./dist/events"; ```