Skip to content

Commit 72c1d4b

Browse files
committed
Update README.md for Deno bundle v0.2.2
1 parent a120bf8 commit 72c1d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
## Usage
4343

4444
```javascript
45-
import INT8_NUM_BYTES from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-int8-num-bytes@deno/mod.js';
45+
import INT8_NUM_BYTES from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-int8-num-bytes@v0.2.2-deno/mod.js';
4646
```
4747

4848
#### INT8_NUM_BYTES
@@ -67,7 +67,7 @@ var bool = ( INT8_NUM_BYTES === 1 );
6767
<!-- eslint no-undef: "error" -->
6868

6969
```javascript
70-
import INT8_NUM_BYTES from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-int8-num-bytes@deno/mod.js';
70+
import INT8_NUM_BYTES from 'https://cdn.jsdelivr.net/gh/stdlib-js/constants-int8-num-bytes@v0.2.2-deno/mod.js';
7171

7272
console.log( INT8_NUM_BYTES );
7373
// => 1

0 commit comments

Comments
 (0)