From 0930cd782a61fb4bf1cb82c45c81eed00d4de321 Mon Sep 17 00:00:00 2001 From: JacobLinCool Date: Sat, 24 Dec 2022 00:28:15 +0800 Subject: [PATCH] docs: fix cask name in brewfile section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e6e2ec..a8e0294 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Also, if you keep a _[Brewfile](https://github.com/Homebrew/homebrew-bundle#usag ```rb repo = "lencx/chatgpt" tap repo, "https://github.com/#{repo}.git" -cask "popcorn-time", args: { "no-quarantine": true } +cask "chatgpt", args: { "no-quarantine": true } ``` ## 📢 Announcement