From e899c83d399d5e93bd162d68fc129b8a4ae9d6bc Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Fri, 25 Nov 2016 23:10:39 -0800 Subject: [PATCH] Add questions section --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b9a47ad..d3c3eaf 100644 --- a/README.md +++ b/README.md @@ -145,11 +145,12 @@ Nirvana albums and the singles from each album: ## Questions -* What’s with the cumbersome `edges` / `node` nesting? Why `mbid` instead of - `id`? - - You can thank [Relay][] for that; these are properties of a Relay-compliant - schema. The schema was originally designed without these annoyances, but in - the end I decided that being compatible with Relay was a worthwhile feature. +**What’s with the cumbersome `edges` / `node` nesting? Why `mbid` instead of +`id`?** + +You can thank [Relay][] for that; these are properties of a Relay-compliant +schema. The schema was originally designed without these annoyances, but in the +end I decided that being compatible with Relay was a worthwhile feature. ## Schema