diff --git a/docs/release_notes/0.24.html b/docs/release_notes/0.24.html index 7394fc1f..765237d3 100644 --- a/docs/release_notes/0.24.html +++ b/docs/release_notes/0.24.html @@ -125,7 +125,7 @@
use Rex as a library for your own project.
-use Rex;
+use Rex;
use Rex::Commands::Run;
use Rex::Commands::Fs;
use Rex::Commands::Pkg;
To create a test just create a new file inside a t directory: t/base.t.
-use Rex::Test::Base;
+use Rex::Test::Base;
use Data::Dumper;
use Rex -base;