diff --git a/PUBLIC_EVALUATION_GUIDELINE.md b/PUBLIC_EVALUATION_GUIDELINE.md
index b4d3201..c0375f4 100644
--- a/PUBLIC_EVALUATION_GUIDELINE.md
+++ b/PUBLIC_EVALUATION_GUIDELINE.md
@@ -29,7 +29,7 @@ Once launched, you will receive an instance ID like `i-xxxxxx`.
#### Step 1: Prepare Your SSH Key
* When launching the instance, choose "Create new key pair" and download the `.pem` file (e.g. `osworld-host-key.pem`). Save it locally.
-
+
* Set appropriate permissions:
@@ -42,14 +42,14 @@ Once launched, you will receive an instance ID like `i-xxxxxx`.
- Go to the EC2 **Instances** page on the AWS Console.
- Locate your Host instance by its ID.
-
+
* On the instance detail page:
- **Public IP/DNS**: used for browser/VNC access and SSH connection
- **Instance metadata**: e.g. storage, can be adjusted post-launch
-
+
#### Step 2: Connect via SSH or VSCode
@@ -72,11 +72,11 @@ Once launched, you will receive an instance ID like `i-xxxxxx`.
Click on **Security Credentials** from the drop-down menu under your account in the top-right corner.
-
+
In the **Access keys** section, click **"Create access key"** to generate your own key.
-
+
## 2. Environment Setup