From 2fda4c9f670e4ed3ec20e53ccf5bd7098af3f0bc Mon Sep 17 00:00:00 2001
From: GyDi <zzzgydi@gmail.com>
Date: Sat, 5 Aug 2023 13:41:30 +0800
Subject: [PATCH] chore: fix faq

---
 README.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b54cdaf..fb13eb8 100644
--- a/README.md
+++ b/README.md
@@ -52,15 +52,12 @@ Or you can build it yourself. Supports Windows, Linux and macOS 10.15+
 
 Notes: If you could not start the app on Windows, please check that you have [Webview2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) installed.
 
-<details>
-<summary open>FAQ</summary>
+### FAQ
 
 #### 1. **macOS** "Clash Verge" is damaged and can't be opened
 
 open the terminal and run `sudo xattr -r -d com.apple.quarantine /Applications/Clash\ Verge.app`
 
-</details>
-
 ## Development
 
 You should install Rust and Nodejs, see [here](https://tauri.app/v1/guides/getting-started/prerequisites) for more details. Then install Nodejs packages.
-- 
GitLab