diff --git a/README.md b/README.md
index 62d6b23..6cbf9a4 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Support this project with a :star:
|-----------------|--------|---------------------------------------------------------------------------------------------------------------|
| base\_ref\_branch | string | The target branch of a pull request
e.g `main` |
| current\_branch | string | Returns the value of the current branch
regardless of event\_type e.g `main`, `feature/test`, `v0.0.1`.
|
-| default\_branch | string | |
+| default\_branch | string | The default branch e.g `main` OR `master`
|
| head\_ref\_branch | string | The source branch of a pull request
e.g `feature/test` |
| is\_default | string | Returns `"true"` if the current branch is
the default else `"false"`. |
| is\_tag | string | Returns `"true"` if the current branch is
a tag else `"false"`. |