From b14781f95c5c945c4964090e935170cb27fed0ae Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 30 Mar 2017 19:14:04 -0700 Subject: [PATCH] Stabilized the API --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86e4c40..7a19905 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Implementation of [JSON API](http://jsonapi.org) in PHP This library is an attempt to express business rules of JSON API specification in a set of PHP 7 classes. -While it is still in `0.*` versions, there are no major changes expected in the internal API. + +*While it is still in `0.*` versions, there are no major changes expected in the internal API.* A simple example to illustrate the general idea. This (slightly modified) JSON representation from [the documentation](http://jsonapi.org/format/#document-resource-objects)