Skip to content

Commit

Permalink
🎨 --
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 23, 2024
1 parent e1df37c commit d623b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/cronet_http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d623b3d

Please sign in to comment.