diff --git a/README.md b/README.md index 35a7d124..ca33ad42 100644 --- a/README.md +++ b/README.md @@ -152,11 +152,6 @@ You can use the following functions to retrieve a list of available data types: -```javascript -var DTYPES = ns.arrayDataTypes(); -// returns [ 'float32', 'float64', 'generic', 'int16', 'int32', 'int8', 'uint16', 'uint32', 'uint8', 'uint8c' ] -``` - Furthermore, the namespace contains utility functions to retrieve a given constructor: