updating readme

This commit is contained in:
mattdesl
2015-06-30 08:44:07 -04:00
parent 585ee4e79c
commit 8ceef32cef

View File

@@ -75,7 +75,7 @@ In mathematics, the `:=` `=:` and `=` symbols are used for *definition*. The fol
<!-- x = 2kj -->
Code:
In code, we can use `=` to *define* our variables and provide aliases.
```js
var x = 2 * k * j