mirror of https://github.com/astral-sh/ruff
`README.md`: add missing "your" in support section, add alt text to Astral logo (#9787)
This commit is contained in:
parent
ea1c089652
commit
50bfbcf568
|
|
@ -464,7 +464,7 @@ Ruff is used by a number of major open-source projects and companies, including:
|
|||
|
||||
### Show Your Support
|
||||
|
||||
If you're using Ruff, consider adding the Ruff badge to project's `README.md`:
|
||||
If you're using Ruff, consider adding the Ruff badge to your project's `README.md`:
|
||||
|
||||
```md
|
||||
[](https://github.com/astral-sh/ruff)
|
||||
|
|
@ -490,6 +490,6 @@ MIT
|
|||
|
||||
<div align="center">
|
||||
<a target="_blank" href="https://astral.sh" style="background:none">
|
||||
<img src="https://raw.githubusercontent.com/astral-sh/ruff/main/assets/svg/Astral.svg">
|
||||
<img src="https://raw.githubusercontent.com/astral-sh/ruff/main/assets/svg/Astral.svg" alt="Made by Astral">
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue