From d623b3da6339703928084ded78bf046c44659727 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sat, 24 Feb 2024 01:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20--?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/cronet_http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/cronet_http/README.md b/pkgs/cronet_http/README.md index ed9271f3f4..e1ff6d2f15 100644 --- a/pkgs/cronet_http/README.md +++ b/pkgs/cronet_http/README.md @@ -40,7 +40,7 @@ void main() async { final engine = CronetEngine.build( cacheMode: CacheMode.memory, cacheMaxSize: 2 * 1024 * 1024, - userAgent: 'Book Agent', + userAgent: 'Book Agent', ); httpClient = CronetClient.fromCronetEngine(engine, isOwned: true); } else {