Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/perl6/doc into supply-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MorayJ committed Oct 18, 2018
2 parents bfa7619 + 1c00ac5 commit 2b5d57d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/Language/modules.pod6
Expand Up @@ -587,7 +587,7 @@ lib
=item If you have any additional files (such as templates or a dynamic
library) that you wish to have installed so you can access them at
runtime, they should be placed in a C<resources> sub-directory of your project, eg.:
=begin code :lang<text>
resources
└── templates
Expand All @@ -596,7 +596,6 @@ resources
The additional file can then be accessed inside module code via a relative path, eg.,
C<'resources/templates/mytemplate.mustache'.IO.slurp>. The module installer will provide the correct
absolute reference.
=end item
=item The C<README.md> file is a L<markdown-formatted|https://help.github.com/articles/markdown-basics/>
text file, which will later be automatically rendered as HTML by GitHub/GitLab for modules kept
Expand Down

0 comments on commit 2b5d57d

Please sign in to comment.