Skip to content

Commit

Permalink
docs: correct packages path
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz committed Nov 9, 2023
1 parent e52c36b commit 747298c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plantae/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const myFetch = createFetch({
### Ky

```ts
import { createKyHooks } from "plantae";
import { createKyHooks } from "plantae/ky";
import myPlugin from "../myPlugin";
import ky from "ky";

Expand All @@ -63,7 +63,7 @@ ky("https://example.com", {
### Axios

```ts
import { createAxiosInterceptors } from "plantae";
import { createAxiosInterceptors } from "plantae/axios";
import myPlugin from "../myPlugin";
import axios from "axios";

Expand Down

0 comments on commit 747298c

Please sign in to comment.