Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 13, 2024
1 parent 3c76943 commit 6e517e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/start_using__r__ex.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2 id="creatingarexfile">Creating a Rexfile</h2>

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

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

user &#39;<span class="hljs-string">my-user</span>&#39;;
password &#39;<span class="hljs-string">my-password</span>&#39;;
Expand Down

0 comments on commit 6e517e5

Please sign in to comment.