From ae05abcbedc3c9590ef00dbf5177bbf4de402846 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 12 Jan 2022 09:42:58 +0000 Subject: [PATCH] update example --- carbon/examples.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/carbon/examples.json b/carbon/examples.json index de178a3..8cdbec2 100644 --- a/carbon/examples.json +++ b/carbon/examples.json @@ -4,19 +4,19 @@ "run_check": false, "request": {}, "response": { - "units": 1000, + "units": 1, "metric": "KG", - "tonnes": 1, + "tonnes": 0.001, "projects": [ { "name": "Producing electricity from wind power in Northeast Thailand", "percentage": 98, - "tonnes": 0.98 + "tonnes": 0.00098 }, { "name": "Wind power generation in Bac Lieu Province, Vietnam", "percentage": 2, - "tonnes": 0.02 + "tonnes": 0.0002 } ] }