You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/07/22 08:54:52 UTC

[myfaces] branch master updated: Update README.md

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

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new b2d86a1  Update README.md
b2d86a1 is described below

commit b2d86a1d45862768a730d6232459bd7d9f4d5f7d
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Jul 22 10:54:45 2020 +0200

    Update README.md
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 9bc2276..752cb53 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ mvn clean install
 ## Usage
 
 ### Dependency
-    ```xml
+```xml
     <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
@@ -49,10 +49,10 @@ mvn clean install
         <artifactId>myfaces-impl</artifactId>
         <version>2.3-next-M1</version>
     </dependency>
-    ```
+```
 
 ### web.xml
-    ```xml
+```xml
     <servlet>
         <servlet-name>facesServlet</servlet-name>
         <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
@@ -61,10 +61,10 @@ mvn clean install
         <servlet-name>facesServlet</servlet-name>
         <url-pattern>*.xhtml</url-pattern>
     </servlet-mapping>
-    ```
+```
 
 ### index.xhtml
-    ```xml
+```xml
     <!DOCTYPE html>
     <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:h="http://java.sun.com/jsf/html"
@@ -81,7 +81,7 @@ mvn clean install
 
       </h:body>
     </html>
-    ```
+```
 
 ## Quarkus extension