diff --git a/README.md b/README.md index ff9b0fba15ca9b14a6fac5eefa35a4129929a6a4..b9c12abea2ef31c3419881f4464924f2eefdfffc 100644 --- a/README.md +++ b/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`.