From 3e4afde74618a86407fa4ff51f72884ee44769ba Mon Sep 17 00:00:00 2001 From: Sam Lavigne Date: Sun, 20 Aug 2023 15:58:19 -0400 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1eb3571..75f2e46 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ A work in progress web tool to explore FFmpeg. Please log [issues/suggestions](h To run in dev mode: -``` -bash +```bash npm install npm run dev ```