From 3f8980cd5fd3abdbf2570b5175e6dcdf5fa6cfaa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 1 Jan 2024 13:57:32 +0100 Subject: [PATCH] Style --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 01de2ee..ca84e64 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,7 @@ It makes sense to use logical names that match the package names used by npm, su ### Local modules -If you want to import local js module files from `app/javascript/src` or other sub-folders of `app/javascript` (such as `channels`), you must pin these to be able to import them. -You can use `pin_all_from` to pick all files in a specific folder, so you don't have to `pin` each module individually. +If you want to import local js module files from `app/javascript/src` or other sub-folders of `app/javascript` (such as `channels`), you must pin these to be able to import them. You can use `pin_all_from` to pick all files in a specific folder, so you don't have to `pin` each module individually. ```rb # config/importmap.rb