From ae9c81ac391ba4c7c2238a10b51ec16d901603f3 Mon Sep 17 00:00:00 2001 From: Yongjin Cho Date: Sat, 29 Mar 2025 01:43:33 +0900 Subject: [PATCH] fix(docs): correct spelling of 'ffmpeg' in installation instructions (#914) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 465306e4..4483940d 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ conda create -y -n lerobot python=3.10 conda activate lerobot ``` -When using `miniconda`, if you don't have `fffmpeg` in your environment: +When using `miniconda`, if you don't have `ffmpeg` in your environment: ```bash conda install ffmpeg ```