Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in depdendency definition for Undertow #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/webservers.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3 id="apache_tomcat">Apache Tomcat</h3>
<div class="sect2">
<h3 id="jboss_undertow">JBoss Undertow</h3>
<div class="paragraph">
<p>JBoss Undertow is a light weight embedded container runtime. To use it in your project, add a dependency on <code>ws.ament.hammock:web-tomcat</code>. To use WebSockets, you need to have an annotated endpoint. It supports Servlets, Filters and Listeners via normal means.</p>
<p>JBoss Undertow is a light weight embedded container runtime. To use it in your project, add a dependency on <code>ws.ament.hammock:web-undertow</code>. To use WebSockets, you need to have an annotated endpoint. It supports Servlets, Filters and Listeners via normal means.</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -253,4 +253,4 @@ <h2 id="using_annotations">Using Annotations</h2>
<script src="../js/prettify.js"></script>

</body>
</html>
</html>