From 3df34478bf4dfb1cb4c9d5a68f0b52fb9cd209f5 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Fri, 4 Aug 2023 11:58:21 +0330 Subject: [PATCH] Update README.md --- price_service/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/price_service/server/README.md b/price_service/server/README.md index 8cd44598..b1a32939 100644 --- a/price_service/server/README.md +++ b/price_service/server/README.md @@ -2,7 +2,7 @@ The Pyth price service is a webservice that listens to the Wormhole Network for Pyth price updates and serves them via a convenient web API. The service allows users to easily query for recent price updates via a REST API, or subscribe to -a websocket for streaming updates. [The Price Service JS client](https://github.com/pyth-network/pyth-crosschain/tree/main/price_service/sdk/js) connects +a websocket for streaming updates. [Price service JS client](https://github.com/pyth-network/pyth-crosschain/tree/main/price_service/sdk/js) connects to an instance of the price service in order to fetch on-demand price updates. ## Public Endpoints