diff --git a/docs/guides/start_using__r__ex.html b/docs/guides/start_using__r__ex.html index 70eae1ef..929572b4 100644 --- a/docs/guides/start_using__r__ex.html +++ b/docs/guides/start_using__r__ex.html @@ -164,7 +164,7 @@

Creating a Rexfile

Now change into this directory and create a file called Rexfile with the following contents:

-
use Rex -feature => ['1.4'];
+
use Rex -feature => ['1.4'];
 
 user 'my-user';
 password 'my-password';
diff --git a/docs/guides/using_modules_and_templates.html b/docs/guides/using_modules_and_templates.html
index 4322a908..9a189936 100644
--- a/docs/guides/using_modules_and_templates.html
+++ b/docs/guides/using_modules_and_templates.html
@@ -145,7 +145,7 @@ 

Using Modules and Templates

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 {