Skip to content

Commit

Permalink
Fix unterminated string literal in README
Browse files Browse the repository at this point in the history
  • Loading branch information
khrj committed Feb 18, 2021
1 parent 939c347 commit 3ebd19d
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 @@ -23,7 +23,7 @@
## Usage

```ts
import { TypedCustomEvent, TypedEventTarget } from 'https://deno.land/x/typed_event_target@1.0.0/mod.ts
import { TypedCustomEvent, TypedEventTarget } from 'https://deno.land/x/typed_event_target@1.0.1/mod.ts'

type Events = {
Hi: string
Expand Down

0 comments on commit 3ebd19d

Please sign in to comment.