Skip to content

Commit

Permalink
chores: update path to deno.land/x
Browse files Browse the repository at this point in the history
  • Loading branch information
wileam committed May 22, 2020
1 parent 69a141c commit cb3d90d
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 @@ -17,7 +17,7 @@ parameters in HTTP (for example, the `Content-Type` header), use the

## API
```js
import { format, test, parse, MediaType } from "https://raw.githubusercontent.com/ako-deno/media_typer/master/mod.ts";
import { format, test, parse, MediaType } from "https://deno.land/x/media_typer/mod.ts";
```

### parse(string: string): MediaType
Expand Down

0 comments on commit cb3d90d

Please sign in to comment.