summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrique Joaquim <h.joaquim@campus.fct.unl.pt>2024-04-02 09:56:03 +0100
committerGitHub <noreply@github.com>2024-04-02 08:56:03 +0000
commitfe7f11ffbe5c4fcaadb28df1005e0ef986a52587 (patch)
tree573758c066dcd57cfbb3b34e1649d62b2e0e09b7
parent4e0453ac46041731c04ca916ccd5eed6072bdde7 (diff)
[BugFix] Typo on `openbb-quantitative` readme (#6272)
* typo on qa readme * typo on qa readme --------- Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
-rw-r--r--openbb_platform/extensions/quantitative/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/extensions/quantitative/README.md b/openbb_platform/extensions/quantitative/README.md
index e6958f16ef6..b1193e287d5 100644
--- a/openbb_platform/extensions/quantitative/README.md
+++ b/openbb_platform/extensions/quantitative/README.md
@@ -11,7 +11,7 @@ This extension works nicely with a companion `openbb-charting` extension
To install the extension, run the following command in this folder:
```bash
-pip install openbb-qa
+pip install openbb-quantitative
```
For development please check [Contribution Guidelines](https://github.com/OpenBB-finance/OpenBBTerminal/blob/develop/openbb_platform/CONTRIBUTING.md).