Skip to content

Commit 560c387

Browse files
committed
Update README.md for ESM bundle v0.2.1
1 parent 82f9a55 commit 560c387

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

4848
#### writablePropertiesIn( obj )
@@ -90,7 +90,7 @@ var props = writablePropertiesIn( obj );
9090
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@esm/index.mjs';
9191
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@esm/index.mjs';
9292
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@esm/index.mjs';
93-
import writablePropertiesIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-properties-in@esm/index.mjs';
93+
import writablePropertiesIn from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-writable-properties-in@v0.2.1-esm/index.mjs';
9494
9595
var hasSymbols = hasSymbolSupport();
9696

0 commit comments

Comments
 (0)