Skip to content

Commit aff4647

Browse files
chore: update readme
1 parent 297aad2 commit aff4647

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,10 @@ The library implements a multi-level caching system to minimize API calls and im
157157
1. **Alpha Vantage Cache**
158158
- Caches additional market data like earnings, sentiment, and financial metrics
159159
- Default 24-hour cache duration
160-
- Stored in `vantageCachePath` directory
161160
- Automatically manages API rate limits
162161

163162
2. **Market Data Cache**
164163
- Caches historical price data for backtesting
165-
- Stored in `dataProviderCachePath` directory
166164
- Persists between runs to avoid re-downloading data
167165
- Automatically refreshed when data becomes stale
168166

@@ -493,4 +491,4 @@ The free Alpha Vantage API has the following limits:
493491
For higher limits, consider upgrading to a paid API key at [Alpha Vantage Premium](https://www.alphavantage.co/premium/).
494492

495493
## License
496-
StockMarketAlgorithm is licensed under the permissive MIT license. Please see [`LICENSE.txt`](https://github.com/Swofty/StockMarketAlgorithm/blob/master/LICENSE.txt) for more information.
494+
StockMarketAlgorithm is licensed under the permissive MIT license. Please see [`LICENSE.txt`](https://github.com/Swofty/StockMarketAlgorithm/blob/master/LICENSE.txt) for more information.

0 commit comments

Comments
 (0)