From bafa30fb0596118f605abb51779c974d335936f3 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 13 Oct 2021 10:21:40 +1100 Subject: [PATCH] Add doc location for UMD bundle --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b020c76a38..f624b17e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - If the `callback` function passed to`WakuStore.queryHistory` returns `true`, then no further pages are retrieved from the store. -- Use webpack to build UMD bundle of the library. +- Use webpack to build UMD bundle of the library, see [README](./README.md) for usage. ### Changed - **Breaking**: Renamed `WakuStore.QueryOptions`'s `direction` to `pageDirection` (and its type) as it only affects the page ordering,