fix: failing README instructions for example

This commit is contained in:
Václav Pavlín 2024-01-02 14:30:37 +01:00
parent 9b1e8187da
commit c466a46b46
No known key found for this signature in database
GPG Key ID: B378FB31BB6D89A5

View File

@ -51,7 +51,11 @@ Or to use ESM import directly from a `<script>` tag:
```
git clone https://github.com/waku-org/js-rln
cd js-rln/example
cd js-rln/
npm install
cd example/
npm install # or yarn