Skip to content

Commit db4be43

Browse files
committed
documentation
1 parent 794df70 commit db4be43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,8 @@ equal sign, like this:
635635

636636
'mapping' => 'wp_posts=posts,wp_posts.ID=posts.id',
637637

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).
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).
640640

641641
NB: Since these two mappings overlap the first (less specific) mapping may be omitted.
642642

0 commit comments

Comments
 (0)