Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 4991426

Browse files
authored
docs(readme): Corrects docs.
1 parent dc47fe5 commit 4991426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface TodoEntity extends Entity {
2626
import FactoryConfig from '@js-entity-repos/axios/dist/FactoryConfig';
2727
import axios from 'axios';
2828

29-
const todoFactoryConfig: FactoryConfig = {
29+
const todoFactoryConfig: FactoryConfig<TodoEntity> = {
3030
axios: axios.create({
3131
baseURL: `http://localhost:80/api/todos`,
3232
}),

0 commit comments

Comments
 (0)