Minor README cleanup

This commit is contained in:
Erik C. Thauvin 2023-04-06 03:52:18 -07:00
parent 473a70329e
commit 51002b337f
2 changed files with 4 additions and 4 deletions

View file

@ -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 |
|:-----------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|

View file

@ -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 |
+---------------------------+