From afee830cbec20c8b25947d0b650f652498065150 Mon Sep 17 00:00:00 2001 From: Rebecca Alpert Date: Wed, 15 Jul 2026 15:53:37 -0400 Subject: [PATCH] chore(docs): Add peer deps to README Fixes https://github.com/patternfly/chatbot/issues/797 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8dd0fd8e1..fb4f93dca 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ To use the chatbot extension in your project, run npm install @patternfly/chatbot --save ``` +You will also need to install our peer dependencies: https://github.com/patternfly/chatbot/blob/main/packages/module/package.json#L53. + Make sure to add the CSS imports as the last import in your index file. The extension is intended to override certain PatternFly component styles. However, if it's not the last import, you may not see these. ```