diff --git a/README.md b/README.md
index 7695f1d0..6026db89 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# C/C++ Lint Action | clang-format & clang-tidy
+# C/C++ Linter Action | clang-format & clang-tidy
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/cpp-linter/cpp-linter-action?style=flat-square)
[![GitHub marketplace](https://img.shields.io/badge/marketplace-C%2FC%2B%2B%20Lint%20Action-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/c-c-lint-action)
@@ -159,9 +159,9 @@ This action creates 1 output variable named `checks-failed`. Even if the linting
-## Add C/C++ Lint Action badge in README
+## Add C/C++ Linter Action badge in README
-You can show C/C++ Lint Action status with a badge in your repository README
+You can show C/C++ Linter Action status with a badge in your repository README
Example
diff --git a/action.yml b/action.yml
index ce226644..8f9930ab 100644
--- a/action.yml
+++ b/action.yml
@@ -1,5 +1,5 @@
-name: C/C++ Lint Action
-description: Automatically checks push & PR changes with clang-format & clang-tidy, then post annotations/comments with faulty results.
+name: C/C++ Linter
+description: Lint C/C++ code with clang-format and clang-tidy then post annotations and comments with faulty results.
author: shenxianpeng
branding:
icon: "check-circle"