You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mg...@apache.org on 2020/02/06 10:00:12 UTC

[tomcat-jakartaee-migration] branch master updated: Remove `` quotes. There is no need of them in Markdown

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/master by this push:
     new 711425f  Remove `` quotes. There is no need of them in Markdown
711425f is described below

commit 711425ff35f37e04cbd2a3e5f631923a8627af02
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu Feb 6 11:59:36 2020 +0200

    Remove `` quotes. There is no need of them in Markdown
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dc17576..279e283 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,13 @@ The aim of the tool is to take a web application written for Java EE 8 that runs
 
 Build the migration tool with:
 
-    `mvn verify`
+    mvn verify
 
 ### Migrate
 
 Migrate your Servlet application with:
 
-    `java -cp target/jakartaee-migration-*-shaded.jar org.apache.tomcat.jakartaee.Migration /path/to/my-javax.war my-jakarta.war`
+    java -cp target/jakartaee-migration-*-shaded.jar org.apache.tomcat.jakartaee.Migration /path/to/my-javax.war my-jakarta.war
 
 
 ## Differences between Java EE 8 and Jakarta EE 9


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org