Skip to content

Commit

Permalink
Merge pull request #74 from syumai/release-0.10.0
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
syumai committed Jul 22, 2021
2 parents f6ce7de + e2cdbed commit ed1f882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## Usage

```ts
import * as dejs from "https://deno.land/x/dejs@0.9.3/mod.ts";
import * as dejs from "https://deno.land/x/dejs@0.10.0/mod.ts";
```

- **`renderFile`**`(filePath: string, params: Params): Promise<Deno.Reader>`
Expand Down

0 comments on commit ed1f882

Please sign in to comment.