From d905db95b30826a754fe889d7a0e54998a3db8f0 Mon Sep 17 00:00:00 2001 From: Kevin Olson Date: Sat, 26 Sep 2020 15:40:11 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20readme=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 14a8962..3b55e7e 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ > Own your endpoint -metapi's main purpose is to help make sure your endpoint responses are consistent. By using the built in helper functions like `->option()...->verify`, `->render()`, `->success()` and `->error()` they will all share the same JSONAPI-compatible standardized output reflecting the options available, parameters provided, and results. There is also neat stuff like a rich view of the JSON with search when looked at via the browser. +metapi's main purpose is to help make sure your endpoint responses are consistent. By using the built in helper functions like `->option()...->verify`, `->render()`, `->success()` and `->error()` they will all share the same consistent standardized output reflecting the options available, parameters provided, and results. [![Latest Stable Version](https://poser.pugx.org/acidjazz/metapi/version.png)](https://packagist.org/packages/acidjazz/metapi) [![Total Downloads](https://poser.pugx.org/acidjazz/metapi/d/total.png)](https://packagist.org/packages/acidjazz/metapi)