diff --git a/developers/provider/README.md b/developers/provider/README.md index 127c80f9..487fb512 100644 --- a/developers/provider/README.md +++ b/developers/provider/README.md @@ -1,5 +1,5 @@ --- -description: The "Provider" service is an integral part of the Ocean Protocol stack +description: An integral part of the Ocean Protocol stack --- # Provider @@ -28,7 +28,9 @@ Additionally, the Provider service offers compute services by establishing a con ### What technology is used? -Python Flask HTTP server +* Python: This is the main programming language used in Provider. +* Flask: This Python framework is used to construct the Provider API. +* HTTP Server: Provider responds to HTTP requests from clients (like web browsers), facilitating the exchange of data and information over the internet. ### How to run the provider? diff --git a/user-guides/remove-liquidity-using-etherscan.md b/user-guides/remove-liquidity-using-etherscan.md index 8a661ca1..73ebd643 100644 --- a/user-guides/remove-liquidity-using-etherscan.md +++ b/user-guides/remove-liquidity-using-etherscan.md @@ -14,7 +14,7 @@ Liquidity pools and dynamic pricing used to be supported in previous versions of 4\. Go to field `20. balanceOf` and insert your ETH address. This will retrieve your pool share token balance in wei. -

Balance Of

+

Balance Of

5\. Copy this number as later you will use it as the `poolAmountIn` parameter.