Skip to content

Commit 6845bb3

Browse files
RotarioNipun Paradkar
andauthored
Update README.md
Co-authored-by: Nipun Paradkar <[email protected]>
1 parent fc61d3c commit 6845bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ It makes sense to use logical names that match the package names used by npm, su
6868
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.
6969
You can use `pin_all_from` to pick all files in a specific folder, so you don't have to `pin` each module individually.
7070
```rb
71-
#config/importmap.rb
71+
# config/importmap.rb
7272
pin_all_from 'app/javascript/src`, under: 'src', to: 'src'
7373
```
7474

0 commit comments

Comments
 (0)