diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-26 01:56:01 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-26 01:56:01 -0700 |
commit | fd5e720bcd1628b1561c7bf94f86b12e12caee27 (patch) | |
tree | b5afffd4cdcc05038fed556a424efc88db06d725 | |
parent | b514fbb9fe5f896343999234d9a123d6d334d4c8 (diff) | |
download | mu-fd5e720bcd1628b1561c7bf94f86b12e12caee27.tar.gz |
1466
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html index 46c3eee6..e6655520 100644 --- a/index.html +++ b/index.html @@ -172,10 +172,10 @@ layers. <p> The zen of mu: <ul> -<li>traces, not interfaces</li> -<li>be rewrite-friendly, not backwards-compatible</li> -<li>be easy to port rather than portable</li> -<li>global structure matters more than local hygiene</li> +<li>traces, not interfaces +<li>be rewrite-friendly, not backwards-compatible +<li>be easy to port rather than portable +<li>global structure matters more than local hygiene </ul> <p> |