diff --git a/openbb_sdk/sdk/provider/README.md b/openbb_sdk/sdk/provider/README.md index 39e1cd3764d9..65911012d53b 100644 --- a/openbb_sdk/sdk/provider/README.md +++ b/openbb_sdk/sdk/provider/README.md @@ -35,7 +35,7 @@ Close for closing price column name in data from one provider might be coded as - **RegistryLoader** : Loads the registry with the provider extensions installed. - **Registry** : Maintains a registry of provider extensions installed. - **RegistryMap** : Stores the complete characterization of each provider. It centralizes information like required credentials, standardised and extra query parameteres/data by provider. -- **QueryExecutor** : Executes the query, routing it to the respective provider. +- **QueryExecutor** : Executes a given query, routing it to the respective provider and fetcher. ## Installation