From 6d20493650667904e2bac5f3d17af3558815d3aa Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 21 Nov 2016 14:20:18 +0100 Subject: [PATCH] Update recorder.markdown --- source/_components/recorder.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index 69551c136c6..c9c32efe9c5 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -59,9 +59,9 @@ $ sudo apt-get install libmysqlclient-dev $ pip3 install mysqlclient ``` -### {% linkable_title PostGreSQL %} +### {% linkable_title PostgreSQL %} -For PostGreSQL you may have to install a few dependencies: +For PostgreSQL you may have to install a few dependencies: ```bash $ sudo apt-get install postgresql-server-dev-X.Y