Skip to content

Commit 704ae7c

Browse files
authored
Update README.md (#10)
1 parent 9901702 commit 704ae7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pnpm install @profcomff/api-uilib
1818
Используйте для совершения запросов к <https://api.test.profcomff.com> и <https://api.profcomff.com>.
1919

2020
```ts
21-
import { createClient } from "@profcomff/api-uilib";
21+
import { createClient, setupAuth } from "@profcomff/api-uilib";
2222

2323
// Setup client with base API path
2424
// You can use environment `import.meta.env.VITE_API_URL` for example

0 commit comments

Comments
 (0)