From 816f5a5d7d9e33ccc193edf6dfaefba22a8acfcf Mon Sep 17 00:00:00 2001 From: Samuel Nitsche Date: Thu, 3 Aug 2017 08:52:05 +0200 Subject: [PATCH] Update readme.md - typo just a typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 45da0c261..8b4f67f33 100644 --- a/readme.md +++ b/readme.md @@ -73,7 +73,7 @@ select * from table(ut.run()); The above commands will run all the suites in the current schema and provide report to dbms_output or as a select statement. -# Command lien clients +# Command line clients To have more control over how the tests are invoked, use one of the utPLSQL command line clients: [utPLSQL-sql-cli](https://github.com/utPLSQL/utPLSQL-sql-cli) or [utPLSQL-cli](https://github.com/utPLSQL/utPLSQL-cli).