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},