From 0a4c3488dd5b4f0d4bf749c6bb0d42c80b1e6ad7 Mon Sep 17 00:00:00 2001 From: Bennet Bo Fenner <53836821+bennetbo@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:18:54 +0200 Subject: [PATCH] Fix typo in README (#10471) Fixes a typo in the README which I believe was accidentally committed yesterday in #10459 Release Notes: - N/A --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 103214ae5f..de08bee29a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Zed -[![CI](https://github.com/zed-industries/zed/actions/workflows/ci.yml/badge.svg)](https://github.com/zed-industries/ze34actions/workflows/ci.yml) +[![CI](https://github.com/zed-industries/zed/actions/workflows/ci.yml/badge.svg)](https://github.com/zed-industries/zed/actions/workflows/ci.yml) Welcome to Zed, a high-performance, multiplayer code editor from the creators of [Atom](https://github.com/atom/atom) and [Tree-sitter](https://github.com/tree-sitter/tree-sitter).