PRH Architecture
 ================
 
-**PRH** is a new DCAE micro-service which participates in the Physical Network Function Plug and Play (PNF PnP)
+**PRH** is a DCAE micro-service which participates in the Physical Network Function Plug and Play (PNF PnP)
 procedure. PNF PnP is used to register PNF when it comes online.
 
 PRH Processing Flow
 
 Configuration
 =============
 
-PRH expects to be able to fetch configuration directly from consul service in following JSON format:
+PRH fetches configuration directly from Consul service in the following JSON format:
 
 .. code-block:: json
 
 
 Delivery
 ========
 
-**PRH** is delivered as a docker container and published in ONAP Nexus repository in the following image naming convention.
+**PRH** is delivered as a docker container. It is published in ONAP Nexus repository.
 
 Full image name is `onap/org.onap.dcaegen2.services.prh.prh-app-server`.
\ No newline at end of file
 
 
 .. Add or remove sections below as appropriate for the platform component.
 
-**PNF Registration Handler** is a micro-service in DCAE used during Physical Network Function (PNF) Plug-n-Play to process
-the PNF Registration event.
+**PNF Registration Handler** is a micro-service in DCAE. It is used during Physical Network Function (PNF) Plug-n-Play
+procedure to process the PNF Registration event.
 
 
 PRH overview and functions
 
 Installation
 ============
 
-Following docker-compose-yaml file shows default configuration and can be run using `docker compose up` command:
+The following docker-compose-yaml file shows a default configuration. The file can be run using `docker compose up` command:
 
 .. code-block:: yaml