| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index 80c4654dc489f236082addc33281520b6b54577f..b400ae374a8ee8cbe9db564cf732c3c3a014a6d2 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -234,6 +234,10 @@ identifiers are defined:
|
| be `false` as well, which means that this *won't* be true if the test is
|
| running on an Android browser.
|
|
|
| +* `ios`: Whether the test is running on iOS. If `vm` is false, this will be
|
| + `false` as well, which means that this *won't* be true if the test is running
|
| + on an iOS browser.
|
| +
|
| * `posix`: Whether the test is running on a POSIX operating system. This is
|
| equivalent to `!windows`.
|
|
|
|
|