Fix old project name.
[rrr.git] / README.md
index eaf26ff..dfe4ee8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -43,7 +43,6 @@ of _parsing_ equations, RRR will generate random ones.
 (This example is also available as a loadable module in the included
 `term.js` file.)
 
-    ::javascript
     var grammar = new rrr.Grammar({
         // Canonical expression/term/factor grammar.
 
@@ -77,7 +76,6 @@ To generate a random equation, call `grammar.generate()`. If you want
 a start expression other than the default, you can provide a different
 initial string.
 
-    ::javascript
     grammar.generate(); // Equivalent to grammar.generate('<Expr>')
     // => '-9 * 3512 + (-(-51 - -9 / 6) / -6278 + -4 * 30321) / 21940'