From af7eaeb68433aa2d740e2a9e35f4eea0d6252505 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Mon, 2 Sep 2019 15:10:43 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e447620..c8d1bec 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,10 @@ See the JSON API Spec here: https://jsonapi.org/format/ - [Errors Example](https://colab.research.google.com/drive/1TIv6STzlHrkTf_-9Eu8sv8NoaxhZcFZH) ### Serverside -- [Basic Example](https://colab.research.google.com/drive/1krbhzSfz8mwkBTQQnKUZJLEtYsJKSfYX) +- [Basic GET Response Example](https://colab.research.google.com/drive/1krbhzSfz8mwkBTQQnKUZJLEtYsJKSfYX) + +### Combined +This library works well when used by both the server responsible for serialization and the client responsible for deserialization. Check out the [example](#example) further down in this README. ## Table of Contents