Skip to content

Commit 524ad79

Browse files
Merge pull request #203 from duyanton/patch-1
Fix typo in README
2 parents a070e33 + 9b9e074 commit 524ad79

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
@@ -70,7 +70,7 @@ You can use `pin_all_from` to pick all files in a specific folder, so you don't
7070

7171
```rb
7272
# config/importmap.rb
73-
pin_all_from 'app/javascript/src`, under: 'src', to: 'src'
73+
pin_all_from 'app/javascript/src', under: 'src', to: 'src'
7474
```
7575

7676
The `:to` parameter is only required if you want to change the destination logical import name. If you drop the :to option, you must place the :under option directly after the first parameter.

0 commit comments

Comments
 (0)