Skip to content

Commit

Permalink
Merge pull request #9 from makjac/makjac/fix-readme-usage-headers
Browse files Browse the repository at this point in the history
docs: fix headers in code example sections
  • Loading branch information
makjac authored Aug 15, 2024
2 parents 6fca6d8 + 6b5a7ef commit 27db88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A Flutter plugin for retrieving detailed file metadata, including native icons.

Quick simple usage example:

#### Multiple files
#### Get icon info

```dart
IconInfo? _iconInfo = await FileInfo.instance.getFileIconInfo('path/to/example/file.txt');
Expand All @@ -39,7 +39,7 @@ Widget _buildFileIcon() {
}
```

#### Single file
#### Fet file info

```dart
FileMetadata? _fileMetatdata = await FileInfo.instance.getFileInfo('path/to/example/file.txt');
Expand Down

0 comments on commit 27db88d

Please sign in to comment.