Typo

Francois
2019-10-16 09:31:55 +02:00
parent 2d3d31681a
commit b7a96e906a
+1 -1
@@ -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