README.md: Replace tmt test ls with tmt tests ls.

According to the output by `tmt --help`, the `tmt tests` is an official command
name.

```
$ tmt --version
tmt version: 1.38.0

$ tmt --help
...
Commands:
...
  tests    Manage tests (L1 metadata).
...
```
This commit is contained in:
Jun Aruga 2024-11-20 17:17:48 +01:00
commit 6c9722646b

View file

@ -37,7 +37,7 @@ You can run a specific test.
List available tests.
```
$ tmt test ls
$ tmt tests ls
/Sanity/native-extension-gem-is-installed-without-error/ruby25
/Sanity/native-extension-gem-is-installed-without-error/ruby26
/Sanity/native-extension-gem-is-installed-without-error/ruby27