From bae3710b9b6eba06ad726ae8c8bfb658591d7a82 Mon Sep 17 00:00:00 2001 From: Andrew Petro Date: Thu, 7 Jun 2018 10:43:16 -0500 Subject: [PATCH] docs(readme): backtic escape .m2/settings.xml file path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04cbaa9c2..a1363d112 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ By default Jetty runs on port 8080. ## Deploying to a Running Local Tomcat We added in support to deploy the artifact to Tomcat using Maven. To setup add a -server to your .m2/settings.xml for Tomcat. Example: +server to your `.m2/settings.xml` for Tomcat. Example: ```xml