From b92e829d94e469c4c8c18a2bb2574fb35eba1954 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Mon, 21 Mar 2016 03:43:44 +0000 Subject: [PATCH] Fix incorrect dash used in non-Python dependency list. --- README.dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.dev.md b/README.dev.md index 5ea26cf97d..87abbf00a4 100644 --- a/README.dev.md +++ b/README.dev.md @@ -124,7 +124,7 @@ Install the following non-Python dependencies: * python-dev * redis-server — rate limiting * tsearch-extras — better text search - * libfreetype6-dev - needed before you pip install Pillow to properly generate emoji PNGs + * libfreetype6-dev — needed before you pip install Pillow to properly generate emoji PNGs ### On Debian or Ubuntu systems: