From cfced9532f9b7aa7410fc5af78afddc4a02ad358 Mon Sep 17 00:00:00 2001 From: Jack Taylor Date: Sun, 22 May 2022 12:29:25 +0900 Subject: [PATCH] Fix punctuation in README Change "it's" to "its". it's -> it is its -> belonging to it --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a0b6de..e2f129a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Ceres -[Ceres](https://dev.zilliqa.com/docs/dev/dev-tools-ceres) is a graphical user interface that runs different Zilliqa development tools under Docker containers without the need of user knowing how to use docker or run it's commands. +[Ceres](https://dev.zilliqa.com/docs/dev/dev-tools-ceres) is a graphical user interface that runs different Zilliqa development tools under Docker containers without the need of user knowing how to use docker or run its commands. You can focus on Scilla development while Ceres manages Zilliqa Tools for you. ## System Requirements @@ -31,7 +31,7 @@ Isolated Server runs 2 containers that are tied togheter: A scilla-server provides the functionality of scilla-runner and scilla-checker as a JSON-RPC server. The scilla-server process accepts contract execution requests and executes the contract, providing a JSON output within the server process itself. More details about Scilla Server can be found here. -Scilla Server runs on port 4000. You can call it's API on http://localhost:4000 +Scilla Server runs on port 4000. You can call its API on http://localhost:4000 ### Network Explorer This is a developer-focused lightweight explorer to connect to the Zilliqa's networks and local testnets.