diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4d10e1be..a0849169 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,6 +2,7 @@ # # Contributors listed in alphabetical order. +Aditya Sapra <110766802+adityacodes30@users.noreply.github.com> Ali Salesi Amit Jimiwal Athan Reines @@ -13,6 +14,7 @@ Daniel Killenberger Dominik Moritz Dorrin Sotoudeh Frank Kovacs +GUNJ JOSHI Harshita Kalani James Gelok Jaysukh Makvana @@ -37,6 +39,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei Shraddheya Shendre +Spandan Barve <114365550+marsian83@users.noreply.github.com> Stephannie Jiménez Gacha Yernar Yergaziyev orimiles5 <97595296+orimiles5@users.noreply.github.com> diff --git a/index/README.md b/index/README.md index 7eaaafa1..c82f2fef 100644 --- a/index/README.md +++ b/index/README.md @@ -348,7 +348,7 @@ var o = idx.toJSON(); ```javascript var Uint8Array = require( '@stdlib/array/uint8' ); - + var data = new Uint8Array( [ 1, 0, 0, 0 ] ); var idx = new ArrayIndex( data ); @@ -365,7 +365,7 @@ var o = idx.toJSON(); ```javascript var Uint8Array = require( '@stdlib/array/uint8' ); - + var data = new Uint8Array( [ 1, 0, 0, 0 ] ); var idx = new ArrayIndex( data ); @@ -452,6 +452,12 @@ console.log( 'Type: %s. Data type: %s.', o.type, o.dtype );