Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 3f75228

Browse files
committed
fix: update SEO description
1 parent e48f192 commit 3f75228

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [shell.how](https://shell.how) · [![CI](https://github.com/phuctm97/shell.how/actions/workflows/ci.yml/badge.svg)](https://github.com/phuctm97/shell.how/actions/workflows/ci.yml)
22

3-
Write down a shell command-line to see how it works in details.
3+
Explain shell commands using next-generation autocomplete from [Fig](https://fig.io).
44

55
## Contributing
66

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function MyApp({ Component, pageProps }: AppProps) {
1313
<>
1414
<DefaultSeo
1515
title="shell.how - How this shell command works?"
16-
description="Write down a shell command-line to see how it works in details."
16+
description="Explain shell commands using next-generation autocomplete from Fig.io"
1717
openGraph={{
1818
type: "website",
1919
locale: "en_US",

0 commit comments

Comments
 (0)