From 2d0bc66b51e7b9bbb424cffbb5bbaddd75481c73 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Sat, 17 Sep 2022 11:41:05 +0100 Subject: [PATCH] readme tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de793b1..484a2df 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The version on npm is the output from the `build` command and can be used in pro - [src](./src) - the whole connector written in TypeScript - [lib](./lib) - the JavaScript version of the project (built from TypeScript). This should not be edited directly, as it will be overwritten with each release. -- [dist](./dist) - the web-packed bundle of the project for use in browser environments. +- [dist](./dist) - the webpack bundle of the project for use in browser environments (see guidance on webpack below). - [examples](./examples) - some implementation examples & demonstrations. Contributions are welcome! ---