From 2d91748340144ef10ee2b643703cbb498a6a89bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Fri, 18 May 2018 13:33:29 +0200 Subject: [PATCH] Fix: single quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cbda275..f2894a5e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Configure git on your machine. Some basic configurations follow. Replace ``` bash $ git config --global user.name "FirstName OtherNames LastName" $ git config --global user.email rhrkuser@rhrk.uni-kl.de -$ git config --global credential.helper ’cache --timeout=3600’ +$ git config --global credential.helper 'cache --timeout=3600' $ git config --global color.ui auto ```