From 728867d84c0934cf0fc266481e8edb47abdc732c Mon Sep 17 00:00:00 2001 From: Aditya Kale Date: Wed, 16 Oct 2024 00:54:33 +0530 Subject: [PATCH] (Typo): Update README.MD Corrected the typing mistakes and grammatical changes of the words. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 006d714e..dbdfaaa7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Clapper's philosophy is for anyone to create videos using AI through an interact In Clapper you don't edit a sequence of video and audio files directly, but iterate (with the help from your AI assistant) over your story using high-level abstractions such as characters, locations, weather, time period, style etc. -To this end I am also working on a Director's Mode, where you can just put the video in fullscreen, sit confortably in your director's chair (or couch), shouting orders at your AI set assistant to produce your movie. +To this end I am also working on a Director's Mode, where you can just put the video in fullscreen, sit comfortably in your director's chair (or couch), shouting orders at your AI set assistant to produce your movie. # Public alpha access @@ -101,7 +101,7 @@ Install the dependencies. bun i ``` -You can run the following command to build the app, making sure all the types are consistant and properly set: +You can run the following command to build the app, making sure all the types are consistent and properly set: ```bash npm run build