Skip to content

Commit 97b5791

Browse files
committed
fix(readme): typo
1 parent a9d1810 commit 97b5791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Deploy Flare AI DeFAI on a Confidential Space Instances (using AMD SEV or Intel
8585
Update your `.env` file with:
8686

8787
```bash
88-
TEE_IMAGE_REFERENCE=ghcr.io/flare-foundation/flare-ai-defai:main # Replace with your repo build image
88+
TEE_IMAGE_REFERENCE=ghcr.io/flare-foundation/flare-ai-social:main # Replace with your repo build image
8989
INSTANCE_NAME=<PROJECT_NAME-TEAM_NAME>
9090
```
9191

@@ -101,7 +101,7 @@ Deploy Flare AI DeFAI on a Confidential Space Instances (using AMD SEV or Intel
101101

102102
```bash
103103
echo $TEE_IMAGE_REFERENCE
104-
# Expected output: ghcr.io/YOUR_REPO_IMAGE:main
104+
# Expected output: ghcr.io/flare-foundation/flare-ai-social:main # Your repo build image
105105
```
106106

107107
### Deploying to Confidential Space

0 commit comments

Comments
 (0)