diff --git a/README.md b/README.md index 79a7b74..0b19d32 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ This project's goals roughly are to: - Retain newlines and comments unmodified; - Be clever about using the available horizontal space while not overflowing it if it cannot be avoided; -- Be clever about aligning things horizontally. +- Be clever about aligning things horizontally (this can be turned off + completely however); - Have linear complexity in the size of the input. At this point, these goals are completed to different degrees.