diff --git a/app/page.tsx b/app/page.tsx index 6d480c3..bf99ad1 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -13,7 +13,7 @@ import Footer from './components/Footer' export const metadata = { title: 'abc - AI bash/zsh/tcsh Command', - description: 'abc is a command line tool that converts natural language instructions into shell commands and injects them into the next shell prompt', + description: 'abc is a command line tool that converts natural language instructions into shell commands and adds them to the next shell prompt', } export default function Home() {