diff --git a/README.md b/README.md
index 444abfb..a18c7f4 100644
--- a/README.md
+++ b/README.md
@@ -35,27 +35,31 @@ Available Filters:
- **Last Played** - Selects apps that were last played before/after the provided date.
- **Demo** - Selects apps that are/aren't demos.
- **Streamable** - Selects apps that can/can't be streamed from another computer.
+ - **Steam Features** - Selects apps that support specific Steam Features.
+ - **MicroSD Card** - Selects apps that are present on the inserted/specific MicroSD Card.
If you want to see another filter, please open a filter request [here](https://github.com/Tormak9970/TabMaster/issues/new/choose).
Filter Examples:
- - **Collection**
- - **Installed**
- - **Regex**
- - **Friends**
- - **Tags**
- - **Whitelist**
- - **Blacklist**
- - **Merge**
- - **Platform**
- - **Deck Compatibility**
- - **Review Score**
- - **Time Played**
- - **Size on Disk**
- - **Release Date**
- - **Last Played**
- - **Demo**
- - **Streamable**
+ - **Collection**
+ - **Installed**
+ - **Regex**
+ - **Friends**
+ - **Tags**
+ - **Whitelist**
+ - **Blacklist**
+ - **Merge**
+ - **Platform**
+ - **Deck Compatibility**
+ - **Review Score**
+ - **Time Played**
+ - **Size on Disk**
+ - **Release Date**
+ - **Last Played**
+ - **Demo**
+ - **Streamable**
+ - **Steam Features**
+ - **MicroSD Card**
# Using the plugin
diff --git a/src/components/filters/Filters.tsx b/src/components/filters/Filters.tsx
index ccc5795..85f22b1 100644
--- a/src/components/filters/Filters.tsx
+++ b/src/components/filters/Filters.tsx
@@ -125,7 +125,7 @@ export const FilterDescriptions: { [filterType in FilterType]: string } = {
demo: "Selects apps that are/aren't demos.",
streamable: "Selects apps that can/can't be streamed from another computer.",
"steam features": "Selects apps that support specific Steam Features.",
- "sd card": "Selects apps that are present on the inserted/specific MicroSD Card"
+ "sd card": "Selects apps that are present on the inserted/specific MicroSD Card."
}
/**