We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59bbcd commit ff0f126Copy full SHA for ff0f126
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import ENV from 'https://cdn.jsdelivr.net/gh/stdlib-js/process-env@esm/index.mjs';
+import ENV from 'https://cdn.jsdelivr.net/gh/stdlib-js/process-env@v0.2.2-esm/index.mjs';
46
```
47
48
#### ENV
@@ -84,7 +84,7 @@ var user = ENV.USER;
84
<body>
85
<script type="module">
86
87
88
89
console.dir( ENV );
90
0 commit comments