tremendous 3.3.0 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -100,9 +100,9 @@ data.products.forEach(product => { /* */ });
100
100
  Listing funding sources:
101
101
 
102
102
  ```typescript
103
- import { FundingSourcesAPI } from "tremendous";
103
+ import { FundingSourcesApi } from "tremendous";
104
104
 
105
- const client = new FundingSourcesAPI(configuration);
105
+ const client = new FundingSourcesApi(configuration);
106
106
 
107
107
  const { data } = await client.listFundingSources();
108
108