diff --git a/README.md b/README.md index f4e532c..b38d8e5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The repl has the following syntax (It's work in progress, new capabilities will b = vector(-1, 1) c = "a + b" ``` -* and press enter. Then using the mouse pointer move a or b. Or try: ```a = 2 * a``` +* and press enter. Then using the mouse pointer move vector ```a``` or ```b```. Or try: ```a = 2 * a``` This updates vector ```a``` to twice it's size. And, because ```c``` is defined lazily, it is updated as well! diff --git a/index.html b/index.html index 99ad8f7..20859ed 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,11 @@
+https://github.com/shautvast/matrepl