diff --git a/README.md b/README.md index ed635e4..a19d9f6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Explain shell commands using next-generation autocomplete from [Fig](https://fig.io). - + ## Contributing diff --git a/pages/[[...slug]].tsx b/pages/[[...slug]].tsx index 9477e83..46ec2b3 100644 --- a/pages/[[...slug]].tsx +++ b/pages/[[...slug]].tsx @@ -79,7 +79,7 @@ const Index: NextPage = ({ initialCommandString }) => { return ( <> - + {/* Title */} @@ -202,12 +202,12 @@ const Index: NextPage = ({ initialCommandString }) => { )} -