From 503b23b6f9c38bc795d5954b62a1cb51d61f06a1 Mon Sep 17 00:00:00 2001 From: clintonlunn Date: Thu, 5 Jan 2023 00:41:25 -0800 Subject: [PATCH] add punctuation (#62) --- data/projects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/projects.json b/data/projects.json index 66fddd5..5cf7fb3 100644 --- a/data/projects.json +++ b/data/projects.json @@ -4,7 +4,7 @@ "id": "textual", "headline": "Textual", "stars": "14k", - "desc": "Build amazing TUIs (Text User Interfaces) with this innovative Python framework", + "desc": "Build amazing TUIs (Text User Interfaces) with this innovative Python framework.", "code": "https://github.com/Textualize/textual", "docs": "https://textual.textualize.io/", "videoUrl": "https://d32lig6y1jobn4.cloudfront.net/textual.mp4" @@ -22,7 +22,7 @@ "id": "rich-cli", "headline": "Rich CLI", "stars": "2.3k", - "desc": "Rich from the command prompt. Syntax highlight many file-types, with special support for markdown, json, and CSV tables", + "desc": "Rich from the command prompt. Syntax highlight many file-types, with special support for markdown, json, and CSV tables.", "code": "https://github.com/Textualize/rich-cli", "videoUrl": "https://d32lig6y1jobn4.cloudfront.net/rich-cli.mp4" }