From d7356d71340de7ec403d8c5ad80f25ef626cb244 Mon Sep 17 00:00:00 2001 From: Berger Eugene Date: Sun, 11 Jun 2023 00:52:20 +0300 Subject: [PATCH] Fix readme remove underline --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 37cab7b..b3ec337 100755 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ brew install f1bonacc1/tap/process-compose ## Features -#### Launcher +#### Launcher ##### Parallel @@ -285,7 +285,7 @@ nginx: output -#### TUI (Terminal User Interface) +#### TUI (Terminal User Interface) ##### Review processes status @@ -341,7 +341,7 @@ Sorting is performed by pressing `shift` + the letter that appears in `()` next For example: To sort by process `AGE(A)` press `shift+A` -#### Logger +#### Logger ##### Per Process Log Collection @@ -389,7 +389,7 @@ processes: This will allow you to spot any issues with the processes execution, without leaving the `process-compose` TUI. -#### Health Checks +#### Health Checks Many applications running for long periods of time eventually transition to broken states, and cannot recover except by being restarted. Process Compose provides liveness and readiness probes to detect and remedy such situations. @@ -490,7 +490,7 @@ other_proc: -#### Environment Variables +#### Environment Variables ##### Per Process @@ -518,7 +518,7 @@ Default environment variables: `PC_REPLICA_NUM` - Defines the process replica number. Useful for port collision avoidance for processes with multiple replicas. -#### REST API +#### REST API A convenient Swagger API is provided: http://localhost:8080 @@ -594,7 +594,7 @@ process-compose -f "path/to/process-compose-file.yaml" The following discovery order is used: `compose.yml, compose.yaml, process-compose.yml, process-compose.yaml`. If multiple files are present the first one will be used. -Merge 2 or more configuration files with override values +##### Merge 2 or more configuration files with override values ```shell process-compose -f "path/to/process-compose-file.yaml" -f "path/to/process-compose-override-file.yaml"