diff --git a/README.md b/README.md
index 6ca5969d..55b789be 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ Text documents.
- [Rich Text Concept](https://www.contentful.com/developers/docs/concepts/rich-text/)
- [Getting Started](https://www.contentful.com/developers/docs/tutorials/general/getting-started-with-rich-text-field-type/)
- [Migrate content to Rich Text](https://www.contentful.com/developers/docs/tutorials/general/migrate-to-rich-text/)
+- [Rich Text and Gatsby](https://www.contentful.com/developers/docs/tutorials/general/rich-text-and-gatsby/)
## Get involved
diff --git a/packages/rich-text-html-renderer/README.md b/packages/rich-text-html-renderer/README.md
index 86876d58..be859064 100644
--- a/packages/rich-text-html-renderer/README.md
+++ b/packages/rich-text-html-renderer/README.md
@@ -111,7 +111,7 @@ documentToHtmlString(document, options);
// ->
Hello
world? ``` -Last, but not least, you can pass a custom rendering component for an embedded entry: +Last, but not least, if you use `EMBEDDED_ASSET` or `EMBEDDED_ASSET` you must pass a custom rendering component for render them: ```javascript import { BLOCKS } from '@contentful/rich-text-types';