From 36c00b66a6ebf7979b4c7efee0729b453a3e4cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C3=96zdemir?= Date: Sun, 28 Jan 2024 14:42:44 +0300 Subject: [PATCH] update description --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02cb786..9d8c980 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Datatables library for PHP [![Latest Stable Version](https://poser.pugx.org/ozdemir/datatables/v/stable)](https://packagist.org/packages/ozdemir/datatables) [![PHP Composer](https://github.com/n1crack/datatables/actions/workflows/tests.yml/badge.svg)](https://github.com/n1crack/datatables/actions/workflows/tests.yml) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/n1crack/datatables/blob/master/LICENCE) -PHP Library to handle server-side processing for Datatables, in a fast and simple way. [Live Demo](https://datatables.ozdemir.be/) +Effortlessly manage server-side processing for Datatables with our lightning-fast PHP library, simplifying your workflow. [Live Demo](https://datatables.ozdemir.be/) ## Features * Easy to use. Generates json using only a few lines of code. diff --git a/composer.json b/composer.json index 4b58413..73e00ad 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "ozdemir/datatables", - "description": "PHP Library to handle server-side processing for Datatables, in a fast and simple way.", + "description": "Effortlessly manage server-side processing for Datatables with our lightning-fast PHP library, simplifying your workflow.", "license": "MIT", "config": { "bin-dir": "vendor/bin"