Skip to content

Commit

Permalink
[UPDATE] README. remove hash symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed May 30, 2015
1 parent d1e4051 commit fee8299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -99,7 +99,7 @@ var dtype = mat.dtype;
```


#### # mat.ndims
#### mat.ndims

A __read-only__ property returning the number of dimensions.

Expand Down

0 comments on commit fee8299

Please sign in to comment.