diff --git a/docs/rex_book/working_with_files_and_packages/installing_packages.html b/docs/rex_book/working_with_files_and_packages/installing_packages.html index f048a73e..48f65906 100644 --- a/docs/rex_book/working_with_files_and_packages/installing_packages.html +++ b/docs/rex_book/working_with_files_and_packages/installing_packages.html @@ -121,7 +121,7 @@

Events

Installing Packages

Installing packages is easy. You can use the pkg function for this.

-
use Rex -feature => ['1.0'];
+
use Rex -feature => ['1.0'];
 
 user "root";
 password "f00b4r";
diff --git a/docs/rex_book/writing_modules/writing_custom_resources.html b/docs/rex_book/writing_modules/writing_custom_resources.html
index bfcb7d6c..f0bd2f7e 100644
--- a/docs/rex_book/writing_modules/writing_custom_resources.html
+++ b/docs/rex_book/writing_modules/writing_custom_resources.html
@@ -178,7 +178,7 @@ 

Hello World Resource

The __module__.pm file which creates the resource.

-
package HelloWorld;
+
package HelloWorld;
 
 use strict;
 use warnings;