diff --git a/README.md b/README.md index bde8f45..58a83e2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -[![CMake on multiple platforms](https://github.com/henrykorir/wxMinesweeper/actions/workflows/cmake-multi-platform.yml/badge.svg)](https://github.com/henrykorir/wxMinesweeper/actions/workflows/cmake-multi-platform.yml) +[![CMake](https://github.com/henrykorir/wxMinesweeper/actions/workflows/cmake-multi-platform.yml/badge.svg)](https://github.com/henrykorir/wxMinesweeper/actions/workflows/cmake-multi-platform.yml) # wxMinesweeper This is a proof-of-concept (poc) that is achieving the use of C++ library wxWidgets to build a GUI ## Rule of the game -Flag the all the mine fields +Flag all the mine fields ## Build Ensute you have cmake.
If you don't have visit https://cmake.org/
Clone the repo