From 87cca7b35b44280ea26a626e8fcdf33b9a86b551 Mon Sep 17 00:00:00 2001 From: ANDRO WARRIOR <40348814+Abhitiwari001@users.noreply.github.com> Date: Mon, 20 Jan 2020 20:50:03 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ccdfaab8521..7a961304d96 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the code for Jakarta Server Faces. [Online JavaDoc](https://javadoc.io/doc/jakarta.faces/jakarta.faces-api) Building --------- +------------------------- Jakarta Server Faces can be built by executing the following from the project root: @@ -14,12 +14,12 @@ Jakarta Server Faces can be built by executing the following from the project ro The API jar can then be found in /app/target. Making Changes --------------- +--------------------------- To make changes, fork this repository, make your changes, and submit a pull request. About Jakarta Server Faces -------------- +---------------------------- Jakarta Server Faces defines an MVC framework for building user interfaces for web applications, including UI components, state management, event handing, input validation, page navigation, and