File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -586,15 +586,15 @@ lib
586
586
587
587
= item If you have any additional files (such as templates or a dynamic
588
588
library) that you wish to have installed so you can access them at
589
- runtime, they should be placed in a C < resources > sub-directory of your project, eg .:
589
+ runtime, they should be placed in a C < resources > sub-directory of your project, e.g .:
590
590
591
591
= begin code :lang<text>
592
592
resources
593
593
└── templates
594
594
└── mytemplate.mustache
595
595
= end code
596
596
597
- The additional file can then be accessed inside module code via a relative path, eg .,
597
+ The additional file can then be accessed inside module code via a relative path, e.g .,
598
598
C < 'resources/templates/mytemplate.mustache'.IO.slurp > . The module installer will provide the correct
599
599
absolute reference.
600
600
You can’t perform that action at this time.
0 commit comments