Skip to content

Commit

Permalink
Update _includes/get-started-code-steps.html
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen authored Nov 23, 2021
1 parent 0a707e9 commit 738c796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/get-started-code-steps.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2 class="step">Step <span class="step-no">4</span></h2>
<h3>Live Coding with Quarkus</h3>
<p>Quarkus makes it easy to change your code on the fly. Let's modify the <a href="localhost:8080/hello">RESTful endpoint</a></p>
<br>
<p>Open /src/main/java/GreetingsResource.java and change "hello RESTEasy" to "hola RESTEasy". Then refresh the browser and see the changes.</p>
<p>Open <code>src/main/java/GreetingsResource.java</code> and change "hello RESTEasy" to "hola RESTEasy". Then refresh the browser and see the changes.</p>
<div class= "highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code>
Expand Down

0 comments on commit 738c796

Please sign in to comment.