From c137fa9bd2d2c80e5afe0f1a290558a79c6e5226 Mon Sep 17 00:00:00 2001 From: Fabrizio Damicelli Date: Fri, 19 Jul 2024 12:59:03 +0200 Subject: [PATCH] add intro video link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3afa8b9..d7de198 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Human-readable cron expressions in Neovim ## What is Cronex Cronex is a Neovim plugin to render in-line, human-readable explanations of [cron expressions](https://en.wikipedia.org/wiki/Cron): +[Here's a short introduction video](https://www.youtube.com/live/Se8SKgmCnkc?t=31717s). + This plugin is **not** a cron expression parser/checker by itself.