From a495ef722403cc2c979f5c0d69f46be6f2171e34 Mon Sep 17 00:00:00 2001 From: pranavraagz Date: Thu, 9 Dec 2021 16:32:32 +0530 Subject: [PATCH] docs: fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88fff9f..20f2496 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ dependencies: _dioCacheManager.deleteByPrimaryKeyAndSubKey(path, requestMethod: "GET"); ``` - **INPORTANT:** If you have additional parameters when requesting the http interface, you must take them with it, for example: + **IMPORTANT:** If you have additional parameters when requesting the http interface, you must take them with it, for example: ```dart _dio.get(_url, queryParameters: {'k': keyword},