We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794df70 commit db4be43Copy full SHA for db4be43
README.md
@@ -635,8 +635,8 @@ equal sign, like this:
635
636
'mapping' => 'wp_posts=posts,wp_posts.ID=posts.id',
637
638
-This specific example will expose the "wp_posts" table at a "posts" end-point (instead of "wp_posts") and the
639
-column "ID" within that table as the "id" property (in lower case instead of upper case).
+This specific example will expose the "`wp_posts`" table at a "`posts`" end-point (instead of "`wp_posts`") and the
+column "`ID`" within that table as the "`id`" property (in lower case instead of upper case).
640
641
NB: Since these two mappings overlap the first (less specific) mapping may be omitted.
642
0 commit comments