diff --git a/README.md b/README.md index 886eec5..9e55386 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ In order to implement `http_interceptor` you need to implement the `InterceptorC - Logging with interceptor: ```dart -class LogginInterceptor implements InterceptorContract { +class LoggingInterceptor implements InterceptorContract { @override Future interceptRequest({RequestData data}) async { print(data);