From a18a0eccb5bb33b53870f1c77949d80acf0f72ee Mon Sep 17 00:00:00 2001 From: TagawaHirotaka Date: Fri, 30 Apr 2021 16:08:50 +0900 Subject: [PATCH] Updating `lib/core/README.md` about Dispatching requests (#3772) * Updating lib/core/README.md :Dispatching requests * Fixing expression --- lib/core/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/README.md b/lib/core/README.md index 253bc48..84559ce 100644 --- a/lib/core/README.md +++ b/lib/core/README.md @@ -3,5 +3,6 @@ The modules found in `core/` should be modules that are specific to the domain logic of axios. These modules would most likely not make sense to be consumed outside of the axios module, as their logic is too specific. Some examples of core modules are: - Dispatching requests + - Requests sent via `adapters/` (see lib/adapters/README.md) - Managing interceptors - Handling config