From 19123e82abfa8d01eef991ae8f22472e5e9f3b7d Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Tue, 26 May 2020 00:22:43 -0400
Subject: tty typesetting in readme
---
README | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
(limited to 'README')
diff --git a/README b/README
index adaec8d..41039ca 100644
--- a/README
+++ b/README
@@ -1,12 +1,13 @@
# badroff
-A basic typesetting system. As the name implies, it is a bad imitation
-of a basic idea of roff. Commands are structured like /^.\*$/, but they
-are not turing-complete or even fully handle boxes or glue and the like.
-Breaking a line does not use hyphenation or the like, instead only
-breaking on spaces. Non-breaking spaces are included, and some ad-hoc
-centering and leaders, so that I could create a specific document (it,
-`phrase-circuit.src` is included as an example and as a test).
+A basic tty typesetting system. As the name implies, it is a bad
+imitation of a basic idea of roff. Commands are structured like
+/^.\*$/, but they are not turing-complete or even fully handle boxes or
+glue and the like. Breaking a line does not use hyphenation or the
+like, instead only breaking on spaces. Non-breaking spaces are
+included, and some ad-hoc centering and leaders, so that I could create
+a specific document (it, `phrase-circuit.src` is included as an example
+and as a test).
# Building
--
cgit