From 631876a7e75c751a0f15897410b159e00c5e3bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 29 Mar 2016 10:22:39 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 785be28..a2f5dec 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ Each entity have at least these properties: "entity_id": "UUID", "entity_type": "instance", "project_id": "UUID", - "start": ISODate("2014-01-01T06:00:00.000Z"), + "start": "2014-01-01T06:00:00.000Z", "end": null, - "last_event": ISODate("2014-01-01T06:00:00.000Z"), + "last_event": "2014-01-01T06:00:00.000Z", "flavor": "MyFlavor1", "os": { "distro": "ubuntu", @@ -61,9 +61,9 @@ Each entity have at least these properties: "entity_id": "UUID", "entity_type": "volume", "project_id": "UUID", - "start": ISODate("2014-01-01T06:00:00.000Z"), + "start": "2014-01-01T06:00:00.000Z", "end": null, - "last_event": ISODate("2014-01-01T06:00:00.000Z"), + "last_event": "2014-01-01T06:00:00.000Z", "volume_type": "MyVolumeType", "size": 50, "name": "my-virtual-machine.domain.tld-volume",