From 0686b6b2b3d52da9b1d20ff7ab6fe8d990d070e3 Mon Sep 17 00:00:00 2001 From: Edward Ashford Date: Thu, 10 Jul 2025 10:01:18 -0600 Subject: [PATCH] Update README.md Fixed a grammar error. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c56647546c..5980372d17 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## About -Winamp is a multimedia player launched in 1997, iconic for its flexibility and wide compatibility with audio formats. Originally developed by Nullsoft, it gained massive popularity with still millions of users. Its development slowed down, but now, its source code was opened to the community, allowing developers to improve and modernize the playerto meet current user needs. +Winamp is a multimedia player launched in 1997, iconic for its flexibility and wide compatibility with audio formats. Originally developed by Nullsoft, it gained massive popularity with still millions of users. Its development slowed down, but now, its source code was opened to the community, allowing developers to improve and modernize the player to meet current user needs. ## Usage @@ -41,4 +41,4 @@ goto line 427 and change from 'return ::DeleteFile((LPTSTR)lpFileName);' to 'ret #### Intel IPP 6.1.1.035 We take Intel IPP 6.1.1.035, modify it and pack to archive. -Run unpack_intel_ipp_6.1.1.035.cmd to unpack it. \ No newline at end of file +Run unpack_intel_ipp_6.1.1.035.cmd to unpack it.