Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
n1crack committed Feb 8, 2024
1 parent 7751d84 commit 2dfcb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Effortlessly manage server-side processing for Datatables with our lightning-fast PHP library, simplifying your workflow. [Live Demo](https://datatables.ozdemir.be/)
Simplify your Datatables server-side processing effortlessly using our lightning-fast PHP library, streamlining your workflow seamlessly. [Live Demo](https://datatables.ozdemir.be/)

## Features
* Easy to use. Generates json using only a few lines of code.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ozdemir/datatables",
"description": "Effortlessly manage server-side processing for Datatables with our lightning-fast PHP library, simplifying your workflow.",
"description": "Simplify your Datatables server-side processing effortlessly using our lightning-fast PHP library, streamlining your workflow seamlessly.",
"license": "MIT",
"config": {
"bin-dir": "vendor/bin"
Expand Down

0 comments on commit 2dfcb9c

Please sign in to comment.