Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Thinc: A refreshing functional take on deep learning, compatible with your favorite libraries

### From the makers of [spaCy](https://spacy.io), [Prodigy](https://prodi.gy) and [FastAPI](https://fastapi.tiangolo.com)
### From the makers of [spaCy](https://spacy.io) and [Prodigy](https://prodi.gy)

[Thinc](https://thinc.ai) is a **lightweight deep learning library** that offers an elegant,
type-checked, functional-programming API for **composing models**, with support
Expand Down
8 changes: 2 additions & 6 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ export default () => (
from the makers of <br className={classes.smOnly} />
<Link to="https://spacy.io" hidden>
spaCy
</Link>
,{' '}
<Link to="https://prodi.gy" hidden>
Prodigy
</Link>{' '}
&amp;{' '}
<Link to="https://fastapi.tiangolo.com" hidden>
FastAPI
<Link to="https://prodi.gy" hidden>
Prodigy
</Link>
</span>
</H2>
Expand Down