From 7125009a990e9982fadd0e9a4def3ed5d4a4061f Mon Sep 17 00:00:00 2001 From: Cham Date: Mon, 25 Nov 2024 15:05:36 +0330 Subject: [PATCH] fix: `README` grammar issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27e0093..439f4ba 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ [![Docker - Image Size](https://img.shields.io/docker/image-size/toncenter/ton-http-api?label=docker&sort=semver)](https://hub.docker.com/repository/docker/toncenter/ton-http-api) ![Github last commit](https://img.shields.io/github/last-commit/toncenter/ton-http-api) -Since TON nodes uses its own ADNL binary transport protocol, a intermediate service is needed for an HTTP connection. +Since TON nodes use their own ADNL binary transport protocol, an intermediate service is needed for an HTTP connection. -TON HTTP API is such a intermediate service, receiving requests via HTTP, it accesses the lite servers of the TON network using `tonlibjson`. +TON HTTP API is such an intermediate service, receiving requests via HTTP, it accesses the lite servers of the TON network using `tonlibjson`. You can use the ready-made [toncenter.com](https://toncenter.com) service or start your own instance.