From 54248167e7881bddf8d796ace37da4bc51b5bcec Mon Sep 17 00:00:00 2001 From: Graham Smith Date: Mon, 25 Oct 2021 16:34:12 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Dumb=20quotes=20are=20the=20devil?= =?UTF-8?q?=E2=80=99s=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s true. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d5a9b63..572e2ec7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ We found JSON API to be an excellent starting point for a resource-based API, fo ## Our JSON API implementation, by example -What does JSON API look like? What do I need to know to get started building a resource in 5 minutes? Let's cover the basics first; you can always refer to the JSON API specification for a deeper understanding of specific details. +What does JSON API look like? What do I need to know to get started building a resource in 5 minutes? Let’s cover the basics first; you can always refer to the JSON API specification for a deeper understanding of specific details. [Read more about our experiences with JSON API here](docs/jsonapi.md).