mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
Update spaCy badge alt
text
This commit is contained in:
parent
950fceceb6
commit
e599a13247
|
@ -567,7 +567,10 @@ If you would like to use the spaCy logo on your site, please get in touch and
|
||||||
ask us first. However, if you want to show support and tell others that your
|
ask us first. However, if you want to show support and tell others that your
|
||||||
project is using spaCy, you can grab one of our **spaCy badges** here:
|
project is using spaCy, you can grab one of our **spaCy badges** here:
|
||||||
|
|
||||||
<img src={`https://img.shields.io/badge/built%20with-spaCy-09a3d5.svg`} />
|
<img
|
||||||
|
src={`https://img.shields.io/badge/built%20with-spaCy-09a3d5.svg`}
|
||||||
|
alt="Built with spaCy"
|
||||||
|
/>
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
[](https://spacy.io)
|
[](https://spacy.io)
|
||||||
|
@ -575,8 +578,9 @@ project is using spaCy, you can grab one of our **spaCy badges** here:
|
||||||
|
|
||||||
<img
|
<img
|
||||||
src={`https://img.shields.io/badge/made%20with%20❤%20and-spaCy-09a3d5.svg`}
|
src={`https://img.shields.io/badge/made%20with%20❤%20and-spaCy-09a3d5.svg`}
|
||||||
|
alt="Made with love and spaCy"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
[](https://spacy.io)
|
[](https://spacy.io)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user