Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 10, 2023
1 parent 4962f91 commit 1481881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2>Events</h2>
<h1>Installing Packages</h1>
<p>Installing packages is easy. You can use the pkg function for this.</p>

<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">1.0</span>&#39;];
<pre><code class="hljs">use Rex -feature =&gt; [&#39;<span class="hljs-string">1.0</span>&#39;];

user &quot;<span class="hljs-string">root</span>&quot;;
password &quot;<span class="hljs-string">f00b4r</span>&quot;;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h3 id="helloworldresource">Hello World Resource</h3>

<p>The <em>__module__.pm</em> file which creates the resource.</p>

<pre><code class="hljs">package HelloWorld;
<pre><code class="hljs"><span class="hljs-keyword">package</span> HelloWorld;

<span class="hljs-keyword">use</span> <span class="hljs-keyword">strict</span>;
<span class="hljs-keyword">use</span> <span class="hljs-keyword">warnings</span>;
Expand Down

0 comments on commit 1481881

Please sign in to comment.