From fb5b333162587a2f3b8f62045da93c5d5b69a531 Mon Sep 17 00:00:00 2001
From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
Date: Thu, 15 Dec 2022 00:07:06 +0530
Subject: [PATCH] Update save/README.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
---
 save/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/save/README.md b/save/README.md
index 95f0dc0..8514a6e 100644
--- a/save/README.md
+++ b/save/README.md
@@ -1,6 +1,6 @@
 # Save action
 
-The save action saves cache just like the post step of the `cache` action, except it can be run individually now without having to call the restore step. The save action needs to be called with required inputs, the `key` with which the cache needs to be stored and the `path` that needs to be cached.
+The save action, as the name suggest, saves a cache. It acts similar to the `cache` action except that it doesn't necessarily first do a restore. This action can provide you a granular control to only save a cache without having to necessarily restore it, or to do a restore anywhere in the workflow job and not only in post phase.
 
 ## Inputs