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 b7c397c commit e6575fbCopy full SHA for e6575fb
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@deno/mod.js';
+import ENV from 'https://cdn.jsdelivr.net/gh/stdlib-js/process-env@v0.2.1-deno/mod.js';
46
```
47
48
#### ENV
@@ -79,7 +79,7 @@ var user = ENV.USER;
79
<!-- eslint no-undef: "error" -->
80
81
82
83
84
console.dir( ENV );
85
0 commit comments