From 4ac755b0fb1be02fab31471cc878a55594ef771e Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Mon, 8 Feb 2016 18:42:38 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f0fc6ad2..bd95df468 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Travis CI status](https://travis-ci.org/honnibal/spaCy.svg?branch=master)](https://travis-ci.org/honnibal/spaCy) +[![Travis CI status](https://travis-ci.org/spacy-io/spaCy.svg?branch=master)](https://travis-ci.org/spacy-io/spaCy) [![Appveyor status](https://ci.appveyor.com/api/projects/status/395x7jn0rakfs4ti/branch/master?svg=true)](https://ci.appveyor.com/project/honnibal/spacy/branch/master) From ab59d6ca91bf622247353f59128147a1c7b062f1 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Mon, 8 Feb 2016 18:47:37 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bd95df468..5c1d0b9be 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,10 @@ Supports * CPython 3.4 * CPython 3.5 * OSX -* Linux -* Cygwin -* Visual Studio +* Linux +* Windows (Cygwin, MinGW, Visual Studio) Difficult to support: * PyPy 2.7 * PyPy 3.4 - - - From 7c0aa60ca787828f1a8c0905e3f22d6653f4babb Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Mon, 8 Feb 2016 18:48:16 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c1d0b9be..903bbdb2b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ spaCy: Industrial-strength NLP spaCy is a library for advanced natural language processing in Python and Cython. -Documentation and details: http://spacy.io/ +Documentation and details: https://spacy.io/ spaCy is built on the very latest research, but it isn't researchware. It was designed from day 1 to be used in real products. It's commercial open-source