From 008e65085c93990d7d5fc46a508479feb55022bc Mon Sep 17 00:00:00 2001 From: Semyon Novikov Date: Wed, 11 Sep 2024 17:59:26 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39e01305..f28fb29f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The daemon is the adapter with which an otherwise SingularityNET-unaware service SingularityNET platform. It is designed to be deployed as a sidecar proxy alongside the service on a given host. The daemon abstracts the blockchain components away from the clients. The SNET Daemon interacts with the Multi Party Escrow to facilitate authorization and payment for services and acts as a -passthrough for making API calls to the service.The daemon is the endpoint a client will submit requests to, and they +passthrough for making API calls to the service. The daemon is the endpoint a client will submit requests to, and they are then passed to the service after validation by the daemon. # Table of contents