Skip to content

Commit

Permalink
say "rc file" in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehammond committed Dec 15, 2024
1 parent 5ea9756 commit a5bb029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Installation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ abc --version`
</div>
</div>

{/* Reload your shell configuration */}
{/* Reload your shell rc file */}
<div className="space-y-4">
<h3 className="text-2xl font-semibold text-gray-700">Reload your shell configuration to enable abc command</h3>
<h3 className="text-2xl font-semibold text-gray-700">Reload your shell rc file to enable abc command</h3>
<div className="relative">
<pre className="bg-gray-800 p-6 rounded-lg overflow-x-auto text-green-400">
<code>{afterInstallCode}</code>
Expand Down

0 comments on commit a5bb029

Please sign in to comment.