From 3588e085e224cc4e655c57b2bbb46bb980c7578b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Tolli=C3=A9?= Date: Tue, 7 Mar 2023 11:31:39 +0100 Subject: [PATCH] Just a little typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c69b884..ba26b85 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ export const httpAxios: Http = { #### Client for data fake ```ts -// src/infrastructure/instances/httpAxios.ts +// src/infrastructure/instances/httpFake.ts import { Http } from '../../domain/repositories/Http'; import { productListMock } from '../../mocks/products';