From 05af07ceb3ed214b444440b81f0879fcce9e9f6a Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sun, 22 Nov 2020 11:41:55 +1030 Subject: [PATCH] Wording --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index eebffb3..a52f524 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Introduction -json-api-server is a comprehensive [JSON:API](http://jsonapi.org) server implementation in PHP. +json-api-server is a [JSON:API](http://jsonapi.org) server implementation in PHP. It allows you to define your API's schema, and then use an [adapter](adapters.md) to connect it to your application's models and database layer, without having to worry about any of the server boilerplate, routing, query parameters, or JSON:API document formatting.