From 3e5095553bfd9e19a0cb1cc05ae2221cabe3b015 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 12 Feb 2024 03:41:07 +0200 Subject: [PATCH] update description --- README.md | 9 +++++++-- composer.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fcf4d4..d40cf4f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# index-php -Manticore Database API +# Common Index API (DB model) + +Versioned database toolkit to create and read Manticore index in different applications + +Requirement for: + +* [webapp](https://github.com/kvazar-network/webapp) \ No newline at end of file diff --git a/composer.json b/composer.json index 902aeb9..2e8657b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "kvazar/index", - "description": "Manticore Database API", + "description": "Common Index API (DB model)", "type": "library", "require": { "manticoresoftware/manticoresearch-php": "^3.1"