From 7a1706ecbee6901c7813f80e93b812c95a9291b4 Mon Sep 17 00:00:00 2001 From: Henry Phu Date: Fri, 14 Jun 2019 13:47:52 -0500 Subject: [PATCH] :memo: clarify using custom react version --- VERSIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSIONS.md b/VERSIONS.md index 0b64070bd..9780627e9 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -56,4 +56,4 @@ You can control what version of React.js (and JSXTransformer) is used by `react- ## Drop-in Version -You can also provide your own copies of React.js and JSXTransformer. Just add `react.js` or `JSXTransformer.js` (case-sensitive) files to the asset pipeline (eg, `app/assets/vendor/`). +You can also provide your own copies of React.js and JSXTransformer. Just add a different version of `react.js` and `react-server.js` from this project or `JSXTransformer.js` (case-sensitive) files to the asset pipeline (eg, `app/assets/vendor/`).