From 391c840e14cefeff731be9ec51052fb8937a2e76 Mon Sep 17 00:00:00 2001 From: peterdanwan Date: Fri, 13 Sep 2024 00:07:31 -0400 Subject: [PATCH] added gif and link to 0.1 release demo video on README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7bb19ed..5d8b879 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ `gimme_readme` is a command-line tool powered by AI that generates a comprehensive `README.md` file for your project. It analyzes multiple source code files at once, providing concise explanations of each file's purpose, functionality, and key components, all in a single, easy-to-read document. This makes your project more approachable and understandable for others. +![0.1-release-gif](_examples/assets/images/0.1-release.gif) + +See our [0.1 Release Demo](https://youtu.be/S6v-u9o_Xx8)! + ## Table of Contents 1. [Getting Started](#1-getting-started)