From 5de495e43bff12e3c316750c72b3494784f198dd Mon Sep 17 00:00:00 2001 From: OMKAR MAKHARE Date: Wed, 18 Oct 2023 19:19:48 +0530 Subject: [PATCH] Remove typo (#145) Corrected "Competitve" to "Competitive" in the README.md file. Corrected "informantion" to "information" in the README.md file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d440ab26..10dd58dc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ English Website: [https://sourceforge.net/projects/redpanda-cpp](https://sourcef New Features (Compared with Red Panda Dev-C++ 6): * Cross Platform (Windows/Linux/MacOS) * Problem Set (run and test program against predefined input / expected output data) -* Competitve Companion support ( It's an chrome/firefox extension that can fetch problems from OJ websites) +* Competitive Companion support ( It's an chrome/firefox extension that can fetch problems from OJ websites) * Edit/compile/run/debug GNU Assembly language programs. * Find symbol occurrences * Memory View for debugging @@ -42,4 +42,4 @@ Code Intellisense Improvements: * Support MACRO with arguments * Support C++ lambdas -And many other improvements and bug fixes. See NEWS.md for full informantion. +And many other improvements and bug fixes. See NEWS.md for full information.