From 99d6448e37e14b19daf8ff994f939b9a13259b0d Mon Sep 17 00:00:00 2001 From: sinanisler Date: Mon, 23 Jun 2025 01:29:32 +0300 Subject: [PATCH] Update README.md title and package.json author and license information --- README.md | 5 ++++- package.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b92b34f..84673b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# Accessibility Widget +# Accessibility Widgets + A comprehensive, lightweight accessibility tool that enhances web accessibility for all users. This single-file JavaScript widget provides multiple accessibility features to make websites more usable for people with disabilities. +https://sinan.im + ## Features ### Core Accessibility Features diff --git a/package.json b/package.json index dda88a2..c719f54 100644 --- a/package.json +++ b/package.json @@ -32,11 +32,11 @@ "assistive-technology" ], "author": { - "name": "Your Name", + "name": "sinanisler", "email": "sinan@sinan.im", "url": "https://sinan.im" }, - "license": "MIT", + "license": "GPL", "repository": { "type": "git", "url": "git+https://github.com/sinanisler/accessibility-widgets.git"