Skip to content

Commit ff0f126

Browse files
committed
Update README.md for ESM bundle v0.2.2
1 parent e59bbcd commit ff0f126

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 ENV from 'https://cdn.jsdelivr.net/gh/stdlib-js/process-env@esm/index.mjs';
45+
import ENV from 'https://cdn.jsdelivr.net/gh/stdlib-js/process-env@v0.2.2-esm/index.mjs';
4646
```
4747

4848
#### ENV
@@ -84,7 +84,7 @@ var user = ENV.USER;
8484
<body>
8585
<script type="module">
8686
87-
import ENV from 'https://cdn.jsdelivr.net/gh/stdlib-js/process-env@esm/index.mjs';
87+
import ENV from 'https://cdn.jsdelivr.net/gh/stdlib-js/process-env@v0.2.2-esm/index.mjs';
8888
8989
console.dir( ENV );
9090

0 commit comments

Comments
 (0)