Skip to content

Commit 9957a61

Browse files
committed
Fix formatting
1 parent 15d0736 commit 9957a61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `traced_cache_manager`
1+
# traced\_cache\_manager
22

33
[Cache Manager](https://pub.dev/packages/flutter_cache_manager) implementation that integrates with
44
[Firebase Performance Monitoring](https://firebase.google.com/docs/perf-mon) to automatically
@@ -34,7 +34,7 @@ Follow the setup instructions in that package to integrate with Firebase Perform
3434

3535
There are 3 use cases for this custom cache implementation.
3636

37-
### With `cached_network_image`
37+
### With cached\_network\_image
3838

3939
Automatically trace all network requests made by the `CachedNetworkImage` widget.
4040

@@ -56,7 +56,7 @@ Future<File> fetchFile(String uri) async {
5656
}
5757
```
5858

59-
### In a custom `Cache Manager` implementation
59+
### In a custom Cache Manager implementation
6060

6161
If you are writing a custom cache implementation and want automatic tracing of network requests,
6262
you can use `TracedHttpFileService` as an argument to the `BaseCacheManager`.

0 commit comments

Comments
 (0)