Skip to content

Commit a2824af

Browse files
Update modules-example.md
1 parent 4a76a99 commit a2824af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to include external scripts / cmd
77
* use `require_cmd` to check whether external cmds are installed during **runtime**
88
* use `require_env` to check whether certain environment variables are set during **runtime**
99

10-
#### /myapp.pow
10+
#### /mylibs.pow
1111

1212
require 'mod/mymod.pow'
1313
require 'mod/foo.bash'

0 commit comments

Comments
 (0)