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