Skip to content

Commit 7711e8e

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 3c09218 commit 7711e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import fromBinaryStringf from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-float32-base-from-binary-string@esm/index.mjs';
45+
import fromBinaryStringf from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-float32-base-from-binary-string@v0.2.1-esm/index.mjs';
4646
```
4747

4848
#### fromBinaryStringf( bstr )
@@ -120,7 +120,7 @@ import round from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round
120120
import pow from 'https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-pow@esm/index.mjs';
121121
import toFloat32 from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-float64-base-to-float32@esm/index.mjs';
122122
import toBinaryStringf from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-float32-base-to-binary-string@esm/index.mjs';
123-
import fromBinaryStringf from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-float32-base-from-binary-string@esm/index.mjs';
123+
import fromBinaryStringf from 'https://cdn.jsdelivr.net/gh/stdlib-js/number-float32-base-from-binary-string@v0.2.1-esm/index.mjs';
124124
125125
var frac;
126126
var sign;

0 commit comments

Comments
 (0)