소스 검색

docs: add timeframe to entity lookup examples

Lukas Goldschmidt 1 개월 전
부모
커밋
db1c8dea62
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -113,9 +113,9 @@ mcporter --config "$CONFIG" call news.get_latest_events topic=macro limit=5
 ### 2) Events for an entity
 
 ```bash
-mcporter --config "$CONFIG" call news.get_events_for_entity entity=Bitcoin limit=10
-mcporter --config "$CONFIG" call news.get_events_for_entity entity=ETH limit=10
-mcporter --config "$CONFIG" call news.get_events_for_entity entity=ETF limit=10
+mcporter --config "$CONFIG" call news.get_events_for_entity entity=Bitcoin timeframe=24h limit=10
+mcporter --config "$CONFIG" call news.get_events_for_entity entity=ETH timeframe=3d limit=10
+mcporter --config "$CONFIG" call news.get_events_for_entity entity=ETF timeframe=7d limit=10
 ```
 
 ### 3) Event summary (by cluster_id)