From 8db8caa119f2f94fd799923a7b605702be099b16 Mon Sep 17 00:00:00 2001 From: lsb Date: Wed, 6 May 2020 22:47:41 -0700 Subject: [PATCH] Markdown typo Remove extra parenthesis. Now the link can be parsed as a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80904e3a3..b12a7d1ff 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ So there is no easy way to compile such library, especially with setuptools. If there's a copy of the original Pillow installed, it has to be removed first with `$ pip uninstall -y pillow`. -Please install [prerequisites]((https://pillow.readthedocs.io/en/stable/installation.html#building-from-source) for your platform. +Please install [prerequisites](https://pillow.readthedocs.io/en/stable/installation.html#building-from-source) for your platform. The installation itself is simple just as running `$ pip install pillow-simd`, and if you're using SSE4-capable CPU everything should run smoothly. If you'd like to install the AVX2-enabled version,