From 51002b337fae35222f710e1a7c257865effcdd13 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 6 Apr 2023 03:52:18 -0700 Subject: [PATCH] Minor README cleanup --- README.md | 4 ++-- examples/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e371a4e..fec38ee 100755 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ The [Entry](https://rife2.github.io/bld-property-file/rife/bld/extension/propert ## EntryDate -The [Entry](https://rife2.github.io/bld-property-file/rife/bld/extension/propertyfile/EntryDate.html) class is used to specify modifications to a [date property](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html). +The [EntryDate](https://rife2.github.io/bld-property-file/rife/bld/extension/propertyfile/EntryDate.html) class is used to specify modifications to a [date property](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html). | Function | Description/Example | |:-----------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| @@ -101,7 +101,7 @@ The following [Units](https://rife2.github.io/bld-property-file/rife/bld/extensi ## EntryInt -The [Entry](https://rife2.github.io/bld-property-file/rife/bld/extension/propertyfile/EntryInt.html) class is used to specify modifications to a [integer property](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html). +The [EntryInt](https://rife2.github.io/bld-property-file/rife/bld/extension/propertyfile/EntryInt.html) class is used to specify modifications to a [integer property](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html). | Function | Description/Example | |:-----------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/examples/README.md b/examples/README.md index 8fe9bf6..616986c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,7 +23,7 @@ Upon execution, the `version.properties` file will be created and displayed: ./bld updateMajor run ``` -```shell +```text +---------------------------+ | version.properties | +---------------------------+ @@ -42,7 +42,7 @@ Subsequent commands will reflect the modifications to the ./bld upatePatch run ``` -```shell +```text +---------------------------+ | version.properties | +---------------------------+