From d067b46d11daad1a7011ac3d2747f0ec166300e5 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 30 May 2019 15:04:21 +0200 Subject: [PATCH] spec: fix quoting style --- spec/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/README.md b/spec/README.md index 5d3f7de..11b67f8 100644 --- a/spec/README.md +++ b/spec/README.md @@ -68,10 +68,10 @@ incapable in others. * Custom code = More bugs * Security issues (command injection, etc) * Dependency on developers -* **"A programming language is low level when its programs require attention to - the irrelevant"** *Alan Perlis* -* **There is more Unix-nature in one line of shell script than there is in ten - thousand lines of C** *Master Foo* +* *"A programming language is low level when its programs require attention to + the irrelevant."
—Alan Perlis* +* *"There is more Unix-nature in one line of shell script than there is in ten + thousand lines of C."
—Master Foo* ### Why not CGI?