From b46429a0adaacaa3e0e7d8230460ce091c260c57 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Tue, 15 Oct 2019 23:37:02 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 556d192..688b5fa 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ See the JSON API Spec here: https://jsonapi.org/format/ - [GET Example](https://colab.research.google.com/drive/1krbhzSfz8mwkBTQQnKUZJLEtYsJKSfYX) - [POST Example](https://colab.research.google.com/drive/1z3n70LwRY7vLIgbsMghvnfHA67QiuqpQ) -### Combined +### Client+Server 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