From 83b5792cea88494866fa5b585bc60b46c23e1c44 Mon Sep 17 00:00:00 2001 From: Arumugaraja Thirumani Date: Fri, 26 Aug 2022 14:05:23 +0530 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8afc24f..bb11c13 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ AssetSync.configure do |config| # Path to cache file to skip scanning remote # config.remote_file_list_cache_file_path = './.asset_sync_remote_file_list_cache.json' # - # Path to maintain remote file list in remote + # Path on remote storage to persist remote file list file # config.remote_file_list_remote_path = '/remote/asset_sync_remote_file.json' # # Fail silently. Useful for environments such as Heroku