From 4ef179ece13c7b30a752f2c10d8bdfdaf37b034d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 19 Jun 2019 21:16:00 +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 9a2458a..a289872 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ Import the `github-markdown.css` file and add a `markdown-body` class to the con ``` -If you want a code syntax highlight, use the GitHub Flavored Markdown rendered from [their `/markdown` API](https://developer.github.com/v3/markdown/). +If you want code syntax highlighted, use GitHub Flavored Markdown rendered from [GitHub's `/markdown` API](https://developer.github.com/v3/markdown/). ## How