diff --git a/README.md b/README.md index 49aa6796e..36a015caf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ production-ready [**training system**](https://spacy.io/usage/training) and easy model packaging, deployment and workflow management. spaCy is commercial open-source software, released under the [MIT license](https://github.com/explosion/spaCy/blob/master/LICENSE). +💥 **We'd love to hear more about your experience with spaCy!** +[Fill out our survey here.](https://form.typeform.com/to/aMel9q9f) + 💫 **Version 3.5 out now!** [Check out the release notes here.](https://github.com/explosion/spaCy/releases) diff --git a/website/src/templates/index.js b/website/src/templates/index.js index 227b25be8..2ee29a9e9 100644 --- a/website/src/templates/index.js +++ b/website/src/templates/index.js @@ -25,6 +25,11 @@ const AlertSpace = ({ nightly, legacy }) => { const isOnline = useOnlineStatus() return ( <> + {isOnline && ( + + Take our survey here. + + )} {nightly && (