Skip to content

Commit

Permalink
Docs: Add Skypack URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Nov 4, 2020
1 parent f706d72 commit 975a33c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ Import into your Deno project:
import { Env } from "https://deno.land/x/env/env.js";
```

Or

```js
import { Env } from "https://cdn.skypack.dev/@humanwhocodes/env";
```

By default, an `Env` instance will read from `Deno.env`.

### Browser
Expand Down

0 comments on commit 975a33c

Please sign in to comment.