From fee82994f26a645a92360965f69c0cc85bc140d3 Mon Sep 17 00:00:00 2001 From: kgryte Date: Fri, 29 May 2015 23:57:56 -0700 Subject: [PATCH] [UPDATE] README. remove hash symbols. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 675015d..177160a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ var mat = matrix( data, [2,2], 'uint32' ); A `Matrix` has the following properties... -#### # mat.dtype +#### mat.dtype A __read-only__ property returning the underlying storage data type. @@ -99,7 +99,7 @@ var dtype = mat.dtype; ``` -#### # mat.ndims +#### mat.ndims A __read-only__ property returning the number of dimensions.