Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcdaniel committed Oct 17, 2023
1 parent 756d4fd commit 857c4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Usage

```typescript
import * as taskvalve from "https://deno.land/x/taskvalve@1.0.2/mod.ts";
import { load } from "https://deno.land/std@0.204.0/dotenv/mod.ts";
import * as taskvalve from "https://deno.land/x/taskvalve@1.0.3/mod.ts"
import { load } from "https://deno.land/std@0.204.0/dotenv/mod.ts"

const env = await load()

Expand Down

0 comments on commit 857c4ec

Please sign in to comment.