Skip to content

Commit 2d221b1

Browse files
committed
style: fix gramatical error
1 parent 75bf16f commit 2d221b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Make](https://img.shields.io/badge/Build-Make-6D00CC?style=flat&logo=cmake&logoColor=white)](https://www.gnu.org/software/make/)
44
![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux-lightgrey?style=flat)
5-
[![C](https://img.shields.io/badge/Language-C-A8B9CC?style=flat&logo=c)](<https://en.wikipedia.org/wiki/C_(programming_language)>)
5+
[![C](https://img.shields.io/badge/Language-C-A8B9CC?style=flat&logo=c)](https://en.wikipedia.org/wiki/C_(programming_language))
66
[![C++](https://img.shields.io/badge/Language-C%2B%2B-00599C?style=flat&logo=cplusplus&logoColor=white)](https://isocpp.org/)
77
![Status](https://img.shields.io/badge/Status-Stable-success?style=flat)
88

@@ -52,7 +52,7 @@ The **Makefile** fully supports parallel compilation to use multiple **CPU cores
5252
make -j$(nproc) run # Linux/WSL/macOS
5353
make -j8 run # Windows or fixed number (adjust to your CPU)
5454

55-
# Example: build with 8 cores (rule `all` by defualt)
55+
# Example: build with 8 cores (rule `all` by default)
5656
make -j8
5757

5858
# Or with run

0 commit comments

Comments
 (0)