From 6fd3e868aceb1e3c0fa4237046be56caabd93eee Mon Sep 17 00:00:00 2001 From: randomuser Date: Tue, 29 Jun 2021 14:16:50 -0500 Subject: [PATCH] spell check lol --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 4ce5d88..c9f2a18 100644 --- a/README +++ b/README @@ -1,17 +1,17 @@ uml - untitled markup language ============================== -uml is a markup is a (mostly) line based markup langauge. it mostly exists to be 'rendered' or exported into other markup languages. as such it is the 'lowest common denominator' of all these markup languages. its features include +uml is a markup is a (mostly) line based markup language. it mostly exists to be 'rendered' or exported into other markup languages. as such it is the 'lowest common denominator' of all these markup languages. its features include - headers (#), subheaders (##), subsubheaders (###), ... - quotes (>) - links (=) -- link descriptions (not implimented) +- link descriptions (not implemented) - non-rendered comments (%) - lists (-/*) -- codeblocks/preformatted text (not implimented) -- tables (not implimented) -- inline links (not implimented) +- codeblocks/preformatted text (not implemented) +- tables (not implemented) +- inline links (not implemented) files ===== @@ -100,7 +100,7 @@ tables can be rendered like so: uml.py usage ============ -uml.py takes no arguments and just listens on stdin. it tokenizes the implimented parts of the markup language until an EOF is reached, in which case the program prints the results of the tokenization. +uml.py takes no arguments and just listens on stdin. it tokenizes the implemented parts of the markup language until an EOF is reached, in which case the program prints the results of the organization. +----------------------| Input text |--+ | # header |