Pārlūkot izejas kodu

Update README.md

Ali Behjati 2 gadi atpakaļ
vecāks
revīzija
6bf10d30bf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      price_service/server/README.md

+ 1 - 1
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 Pyth Network Javascript SDKs](https://github.com/pyth-network/pyth-crosschain/tree/main/price_service/sdk/js) connect
+a websocket for streaming updates. [The 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