bevy/docs-template
Joshua Schlichting a463d0c637
Fixed iOS documentation typo for xcrun command (#12112)
```
$ xcrun simctl devices list
Unrecognized subcommand: devices
usage: simctl [--set <path>] [--profiles <path>] <subcommand> ...
       simctl help [subcommand]
Command line utility to control the Simulator
```

# Objective

- The `examples/README.md` contains an invalid example command for
listing iOS devices using `xcrun`.
## Solution

- Update example command to omit the current invalid subcommand
"`devices`".
2024-02-26 04:59:19 +00:00
..
EXAMPLE_README.md.tpl Fixed iOS documentation typo for xcrun command (#12112) 2024-02-26 04:59:19 +00:00
features.md.tpl Feature documentation (#7814) 2023-02-28 14:24:47 +00:00