From 96338ea763ec19e1f3cbd486092e58a5d39a78f1 Mon Sep 17 00:00:00 2001 From: drewman301 <104595819+drewman301@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:08:36 -0600 Subject: [PATCH] Minor spelling mistake Changed "filders" to "folders". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 590d021..e64e3ae 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A clean C++ wrapper around the ffmpeg libraries which can be used in any C++ pro 3. Open the Visual Studio solution in the source directory. 4. Build everything. -This will build a .lib file that you can use in your own C++ projects. It will also generate an include-folder in the repo root that you can add to your include filders in your own project. +This will build a .lib file that you can use in your own C++ projects. It will also generate an include-folder in the repo root that you can add to your include folders in your own project. ## Linux