diff --git a/README.md b/README.md index 36f3e09..c03eb07 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ You then need to configure Fractal to use Swig via the Consolidate adapter: const consolidate = require('@frctl/consolidate'); const swigAdapter = consolidate('swig'); -fractal.engine(swigAdapter); // use the consolidate/swig adapter +fractal.components.engine(swigAdapter); // use the consolidate/swig adapter fractal.components.set('ext', '.swig'); // look for files with a .swig file extension ```