Remove typo (#145)

Corrected "Competitve" to "Competitive" in the README.md file.
Corrected "informantion" to "information" in the README.md file.
This commit is contained in:
OMKAR MAKHARE 2023-10-18 19:19:48 +05:30 committed by GitHub
parent fdd52c468f
commit 5de495e43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ English Website: [https://sourceforge.net/projects/redpanda-cpp](https://sourcef
New Features (Compared with Red Panda Dev-C++ 6): New Features (Compared with Red Panda Dev-C++ 6):
* Cross Platform (Windows/Linux/MacOS) * Cross Platform (Windows/Linux/MacOS)
* Problem Set (run and test program against predefined input / expected output data) * 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. * Edit/compile/run/debug GNU Assembly language programs.
* Find symbol occurrences * Find symbol occurrences
* Memory View for debugging * Memory View for debugging
@ -42,4 +42,4 @@ Code Intellisense Improvements:
* Support MACRO with arguments * Support MACRO with arguments
* Support C++ lambdas * 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.