summaryrefslogtreecommitdiff
path: root/packages/cli/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/src')
-rw-r--r--packages/cli/src/ui/components/Footer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/Footer.tsx b/packages/cli/src/ui/components/Footer.tsx
index c35a97eb..546fd18b 100644
--- a/packages/cli/src/ui/components/Footer.tsx
+++ b/packages/cli/src/ui/components/Footer.tsx
@@ -66,7 +66,7 @@ export const Footer: React.FC<FooterProps> = ({
</Text>
) : (
<Text color={Colors.AccentRed}>
- no sandbox <Text color={Colors.Gray}>(see README)</Text>
+ no sandbox <Text color={Colors.Gray}>(see docs)</Text>
</Text>
)}
</Box>