Skip to content

Commit

Permalink
importing index.ts in readme.md example
Browse files Browse the repository at this point in the history
for deno I think it's better to use the more idiomatic index.ts export from https://deno.land
  • Loading branch information
guy-borderless committed Apr 8, 2023
1 parent 53ce279 commit 76d435f
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 @@ -110,7 +110,7 @@ console.log(json);
If you are using [Deno](https://github.com/denoland/deno), import Ky from a URL. For example, using a CDN:

```js
import ky from 'https://esm.sh/ky';
import ky from "https://deno.land/x/ky/source/index.ts";
```

## API
Expand Down

0 comments on commit 76d435f

Please sign in to comment.