diff --git a/README.md b/README.md index 9a92c7a..9ce6367 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![license](https://img.shields.io/github/license/threeal/cmake-action)](./LICENSE) [![test status](https://img.shields.io/github/actions/workflow/status/threeal/cmake-action/test.yml?label=test&branch=main)](https://github.com/threeal/cmake-action/actions/workflows/test.yml) -Configure and build [CMake](https://cmake.org/) project on [GitHub Actions](https://github.com/features/actions). +Configure and build a [CMake](https://cmake.org/) project on [GitHub Actions](https://github.com/features/actions). ## Usage diff --git a/action.yml b/action.yml index cf45db3..f2e549a 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: CMake Action -description: Configure and build CMake project +description: Configure and build a CMake project author: Alfi Maulana branding: color: gray-dark