Skip to content

Commit afee830

Browse files
committed
chore(docs): Add peer deps to README
Fixes #797
1 parent ba585b9 commit afee830

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ To use the chatbot extension in your project, run
1212
npm install @patternfly/chatbot --save
1313
```
1414

15+
You will also need to install our peer dependencies: https://github.com/patternfly/chatbot/blob/main/packages/module/package.json#L53.
16+
1517
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.
1618

1719
```

0 commit comments

Comments
 (0)