Update README.md

Mikayla Maki created

Change summary

README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

README.md 🔗

@@ -51,7 +51,7 @@ If you trigger `cmd-alt-i`, Zed will copy a JSON representation of the current w
 
 ### Licensing
 
-We use `[cargo-about](https://github.com/EmbarkStudios/cargo-about)` to automatically comply with open source licenses. If CI is failing, check the following:
+We use [`cargo-about`](https://github.com/EmbarkStudios/cargo-about) to automatically comply with open source licenses. If CI is failing, check the following:
 
 - Is it showing a `no license specified` error for a crate you've created? If so, add `publish = false` under `[package]` in your crate's Cargo.toml.
 - Is the error `failed to satisfy license requirements` for a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to the `accepted` array in `script/licenses/zed-licenses.toml`.