Skip to content

Commit fa5eecb

Browse files
committed
Slightly improve documentation
1 parent 6b38976 commit fa5eecb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ Java command-line client for [utPLSQL v3](https://github.com/utPLSQL/utPLSQL/).
99
Provides an easy way of invoking utPLSQL from command-line. Main features:
1010

1111
* Ability to run tests with multiple reporters simultaneously.
12+
* Realtime reporting during test-run
1213
* Ability to save output from every individual reporter to a separate output file.
1314
* Allows execution of selected suites, subset of suite.
14-
* Maps project and test files to database objects for reporting purposes. (Coming Soon)
15+
* Maps project and test files to database objects for reporting purposes.
1516

1617
## Downloading
1718

@@ -21,7 +22,7 @@ You can also download all development versions from [Bintray](https://bintray.co
2122

2223

2324
## Requirements
24-
* [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
25+
* [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) or newer
2526
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
2627

2728
## Compatibility

0 commit comments

Comments
 (0)