From 973d51d4edc3ad11f39b869c9e8c081e368beb28 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Sun, 15 Dec 2024 20:39:34 +0800 Subject: [PATCH] docs: consolidate slug customization features Merges the case sensitivity feature description into the customizable slug feature section for better organization and clarity. This consolidation simplifies the feature list while maintaining all functionality information --- README.md | 3 +-- components/home/Features.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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, }, {