From 71397ab9a9527385b2cc8b7f705d1d0f457a997f Mon Sep 17 00:00:00 2001 From: irabeson Date: Mon, 25 Nov 2024 13:38:06 -0500 Subject: [PATCH] Update README.md. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 65bfa23..cf006ed 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ - **Simple Functionality**: Use the `get_file_icon` function to retrieve the icon for a specific file path. - **Efficient Caching**: Leverage the `FileIconProvider` struct to cache icons based on file extensions, reducing repetitive lookups and improving performance. + +## Examples + +Examples are available in the `examples` directory. \ No newline at end of file