diff options
Diffstat (limited to 'mal.html')
| -rw-r--r-- | mal.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> - <title>Building a Lisp</title> + <title>Make a Lisp</title> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css"> @@ -38,7 +38,7 @@ <div class="wrapper"> <section> - <h1>Building a Lisp</h1> + <h1>Make a Lisp</h1> <div id="shell-panel"> <div>Lisp REPL</div> |
