diff --git a/Migrate-to-9.md b/Migrate-to-9.md index 041e8f0..1c7bdda 100644 --- a/Migrate-to-9.md +++ b/Migrate-to-9.md @@ -12,7 +12,7 @@ Fixes: * Fixes errors in reactjs demo during yarn install, #145 * promise typed Drops are not await-ed some times -REAKING CHANGE: +BREAKING CHANGE: * Liquid is no longer a default export, use `import {Liquid} from 'liquidjs'` instead, `Liquid` in the UMD bundle is also changed to `window.liquidjs.Liquid` * The duplicate `Liquid.evalValue` is removed, use `liquid.evalValue` instead