about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-24 15:46:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-24 15:46:30 -0700
commit95fe5a4a07989382be6adb85f59ff7292a93fdee (patch)
tree84c693f1370351c2fd16b628da5cd367849b2f44 /Readme.md
parentb3f44d64c453814d1a04804a3f2c2d1fbdfa8899 (diff)
downloadmu-95fe5a4a07989382be6adb85f59ff7292a93fdee.tar.gz
1633
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 19f78806..283b52bb 100644
--- a/Readme.md
+++ b/Readme.md
@@ -388,8 +388,8 @@ Mu builds on many ideas that have come before, especially:
   and others for highlighting the value of separating concerns and stepwise
   refinement;
 - [Lisp](http://www.paulgraham.com/rootsoflisp.html) for showing the power of
-  dynamic languages, late binding and providing the right primitives a la
-  carte, especially lisp macros;
+  dynamic languages, late binding and providing the right primitives *a la
+  carte*, especially lisp macros;
 - The folklore of debugging by print and the trace facility in many lisp
   systems;
 - Automated tests for showing the value of developing programs inside an