# 🚧 Deprecation Notice 🚧

The `liquid-node` package has been renamed to 
[`liquid`](https://npmjs.com/liquid), starting at version 4.0.0. 

To upgrade:

```sh
npm uninstall liquid-node
npm install liquid
```