From 5bcbcd45ac0ac2a85ae84f5dd1d5c1ae395723b0 Mon Sep 17 00:00:00 2001 From: 0xstratus Date: Mon, 17 Mar 2025 11:45:09 +0300 Subject: [PATCH] docs: Fix typo in Cloud Testing section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 626de1a..7dcad84 100644 --- a/README.md +++ b/README.md @@ -77,5 +77,5 @@ To simulate a TEE failure and test the recovery process, first, stop the cloud c ## Cloud Testing -In order to test the code with Phala Cloud, use the provided dockerfile located in `cloud/dockerfile` to generate the corresponsing image for the cloud code. Before building the Docker image, make sure that the config values in the `.env` file are correctly set. The rest of the process will be similar to local testing. +In order to test the code with Phala Cloud, use the provided dockerfile located in `cloud/dockerfile` to generate the corresponding image for the cloud code. Before building the Docker image, make sure that the config values in the `.env` file are correctly set. The rest of the process will be similar to local testing. In a real-world scenario, the actual private key should be saved in cloud/key.txt so the cloud code can access it.