Skip to content

Commit 474c8ac

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent f17eb30 commit 474c8ac

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 writableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-properties@esm/index.mjs';
45+
import writableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-properties@v0.2.1-esm/index.mjs';
4646
```
4747

4848
#### writableProperties( obj )
@@ -88,7 +88,7 @@ var props = writableProperties( obj );
8888
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@esm/index.mjs';
8989
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@esm/index.mjs';
9090
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@esm/index.mjs';
91-
import writableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-properties@esm/index.mjs';
91+
import writableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-properties@v0.2.1-esm/index.mjs';
9292
9393
var hasSymbols = hasSymbolSupport();
9494

0 commit comments

Comments
 (0)