From 48732e0d70789471d09596981e99c7bbfdc08eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= <39093711+a-chacon@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:02:49 -0300 Subject: [PATCH] docs(readme): add demo video link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4af6479..1210829 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ OasRails is a Rails engine for generating **automatic interactive documentation for your Rails APIs**. It generates an **OAS 3.1** document and displays it using **[RapiDoc](https://rapidocweb.com)**. +🎬 A Demo Video Here: +https://vimeo.com/1013687332 +🎬 + ![Screenshot](https://a-chacon.com/assets/images/oas_rails_ui.png) ## Related Projects