From f3a2355c3de7b5bfd7ab3b8b00ad1dbb34a62a26 Mon Sep 17 00:00:00 2001 From: henbotb <122549190+henbotb@users.noreply.github.com> Date: Sat, 13 Jun 2026 20:51:20 -0600 Subject: [PATCH] Fixed patching typo (#59) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e711c5420..f9f77bab4b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ gpui = { git = "https://github.com/gpui-ce/gpui-ce", package = "gpui-ce" } # If they're using the git remote [patch."https://github.com/zed-industries/zed.git"] -gpui = { git = "https://github.com/gpui-ce/gpui-ce } +gpui = { git = "https://github.com/gpui-ce/gpui-ce" } ``` #### Is there a community I could... join?