From 598e142c85a30a1e54e8a4f796c00f5793f2c283 Mon Sep 17 00:00:00 2001 From: so95 Date: Wed, 22 Jan 2025 17:13:26 +0700 Subject: [PATCH] re-fix (#4584) re-fix docs --- intergrations/extension_chrome/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intergrations/extension_chrome/README.md b/intergrations/extension_chrome/README.md index 63b8fe6a..63221b02 100644 --- a/intergrations/extension_chrome/README.md +++ b/intergrations/extension_chrome/README.md @@ -1,5 +1,5 @@ # Chrome Extension - +``` chrome-extension/ │ ├── manifest.json         # Main configuration file for the extension @@ -19,7 +19,7 @@ chrome-extension/ │   ├── utils.js        # File containing utility functions │   └── api.js          # File containing API call logic └── README.md           # Instructions for using and installing the extension - +``` # Installation 1. Open chrome://extensions/.