Fix type case in README.

This commit is contained in:
Julien Fontanet 2016-02-29 18:02:30 +01:00
parent 16a9f44d4d
commit a24de7fe3f

View File

@ -85,7 +85,7 @@ root@xen1.company.net> xapi.pool.$master.name_label
To ease searches, `find()` and `findAll()` functions are available:
```
root@xen1.company.net> findAll({ $type: 'VM' }).length
root@xen1.company.net> findAll({ $type: 'vm' }).length
183
```