From a5bb029af117fcee4025f17254ccb853aa804477 Mon Sep 17 00:00:00 2001 From: Eric Hammond Date: Sun, 15 Dec 2024 14:31:15 -0800 Subject: [PATCH] say "rc file" in docs --- app/components/Installation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Installation.tsx b/app/components/Installation.tsx index 0c75354..0a62d12 100644 --- a/app/components/Installation.tsx +++ b/app/components/Installation.tsx @@ -42,9 +42,9 @@ abc --version` - {/* Reload your shell configuration */} + {/* Reload your shell rc file */}
-

Reload your shell configuration to enable abc command

+

Reload your shell rc file to enable abc command

             {afterInstallCode}