From 6da29550de6b910274a4792b24959f723c122a06 Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Sat, 3 Sep 2016 14:02:12 +0100
Subject: [PATCH] Document #564

---
 template/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/README.md b/template/README.md
index cfff16299..5a7dfa796 100644
--- a/template/README.md
+++ b/template/README.md
@@ -601,7 +601,7 @@ Their names will also contain the content hashes to make sure the browser cache
 
 Currently, only `<link href>` attributes are treated this way. If you need similar support for other HTML tags and attributes, please file an issue describing your use case.
 
-If you need to use an asset from code rather than from HTML, please read [Adding Images and Fonts](#adding-images-and-fonts).
+If you need to use an asset from code rather than from HTML, please read [Adding Images and Fonts](#adding-images-and-fonts). For example, to integrate a library like [`react-mdl`](https://github.com/tleunen/react-mdl) that depends on global scripts and styles, [`import` them from JavaScript](https://github.com/tleunen/react-mdl/pull/388).
 
 ### Generating Dynamic `<meta>` Tags on the Server
 
-- 
GitLab