diff --git a/docs/guides/using_modules_and_templates.html b/docs/guides/using_modules_and_templates.html index 40adbd4e..084e7b82 100644 --- a/docs/guides/using_modules_and_templates.html +++ b/docs/guides/using_modules_and_templates.html @@ -143,7 +143,7 @@
The important file is __module__.pm. Open this file in an editor. This file is a normal Perl module. The only special thing is the filename, but don't think too much for it at first.
-package Service::NTP;
+package Service::NTP;
use Rex -feature => ['1.3'];
task prepare => sub {
diff --git a/docs/release_notes/0.10.html b/docs/release_notes/0.10.html
index 75f28422..30052d61 100644
--- a/docs/release_notes/0.10.html
+++ b/docs/release_notes/0.10.html
@@ -123,7 +123,7 @@ Rex
Added a network module
-use Rex::Commands::Network;
+
use Rex::Commands::Network;
my @routes = route;
print Dumper( \@routes );