diff --git a/README.md b/README.md index 82860a3..1a635cd 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,9 @@ - **URL Shortening:** Compress your URLs to their minimal length. - **Analytics:** Monitor link analytics and gather insightful statistics. - **Serverless:** Deploy without the need for traditional servers. -- **Customizable Slug:** Support for personalized slugs. +- **Customizable Slug:** Support for personalized slugs and case sensitivity. - **🪄 AI Slug:** Leverage AI to generate slugs. - **Link Expiration:** Set expiration dates for your links. -- **Switch between case sensitivity:** Toggle between case sensitivity for slugs. ## 🪧 Demo diff --git a/components/home/Features.vue b/components/home/Features.vue index d61d183..c983a6d 100644 --- a/components/home/Features.vue +++ b/components/home/Features.vue @@ -23,7 +23,7 @@ const features = ref([ { title: 'Customizable Slug', description: - 'Support for personalized slugs.', + 'Support for personalized slugs and case sensitivity.', icon: Paintbrush, }, {