From 673349ccb049da301d7e09a62be8564e6c8d9371 Mon Sep 17 00:00:00 2001 From: Luis Mendo Date: Tue, 5 Jul 2016 20:20:18 +0200 Subject: [PATCH] Updated readme to use `&` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1c8e9f..0735cb0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The compiler works in MATLAB R2015b. Probably in older versions too, except for Installation: unpack the compressed file to a folder, and make that folder part of MATLAB's or Octave's search path. -Test: running `matl 10:t!*` from the command window should produce a decimal multiplication table. +Test: running `matl 10:&*` from the command window should produce a decimal multiplication table. Usage: see [specification document](https://github.com/lmendo/MATL/blob/master/doc/MATL_spec.pdf).