diff --git a/README.md b/README.md
index c36fc1d..38f9ee5 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# Send message to Teams
* Send a message to a channel in Teams using webhook
-![Mimimal message screenshot](screenshots/minmal-message.png)
+
* Additional configuration: Enable status label, buttons that re-direct to run and commit URLs
-![Message with status and URL re-direct buttons](screenshots/message-with-status-buttons.png)
+
## Usage
@@ -40,11 +40,12 @@ See the actions tab in your GitHub repository for runs of this action! :rocket:
## Inputs and environment variables
-| # | Input ID | Required | Description |
-|-----|----------|----------|------------------------------------|
-| 1 |webhookUrl | Yes | Incoming webhook URL from MS Teams |
-| 2 |message | Yes | Message to be sent |
-| 3 |status | No | Status of a step or a job |
+| # | Input ID | Required | Description |
+|-----|----------|----------|--------------------------------------------------|
+| 1 |webhookUrl | Yes | Incoming webhook URL from MS Teams |
+| 2 |message | Yes | Message to be sent |
+| 3 |status | No | Status of a step or a job or a custom text |
+
| # | Environment variable | Default value | Description |
|-----|-----------------------------------|---------------|--------------------------------------------------------------------|
diff --git a/action.yml b/action.yml
index 30ec175..83cf0e9 100644
--- a/action.yml
+++ b/action.yml
@@ -1,4 +1,4 @@
-name: 'Send message to MS Teams'
+name: 'Send message to MS Teams (webhook)'
description: 'Send message to a channel in MS Teams using webhook'
inputs: