diff --git a/README.md b/README.md index 0f26d9f06..ee52785e6 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ delete window.Turbolinks; Components are loaded with `ReactRailsUJS.getConstructor(className)`. This function has two built-in implementations: - On the asset pipeline, it looks up `className` in the global namespace. -- On Webpacker, it `require`s files and accesses named exports, as described in [Use with Webpacker](#use-with-webpacker). +- On Webpacker, it `require`s files and accesses named exports, as described in [Get started with Webpacker](#get-started-with-webpacker). You can override this function to customize the mapping of name-to-constructor. [Server-side rendering](#server-side-rendering) also uses this function.