diff --git a/README.MD b/README.MD index 1c6bd60..f12be06 100644 --- a/README.MD +++ b/README.MD @@ -386,7 +386,7 @@ This is now done automatically during script initialization, so you shouldn't ha ## Building from source The code is written in TypeScript, transpiled with [babel] and bundled into a single iife module with [rollup]. There are certain transforms and polyfills which are required to get it working with Mixxx's bundled interpreter. -The controller mapping is generated from this [template] with [ejs], using metadata about the controller placed in [`contoller.json`](./packages/mk2/controller.json). +The controller mapping is generated from this [template] with [ejs], using metadata about the controller placed in [`info.json`](./packages/launchpad-mk2/info.json). ### Compile