From 978658d9297bed375bcef864442a60e01f674629 Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 9 Mar 2024 12:42:11 +0000 Subject: [PATCH] Correct docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a503cc5..ad7f258 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ An unofficial library for the [Carbon Intensity API](https://carbonintensity.org builder.Services.AddCarbonIntensitySdk(); ``` -1. Inject the `CarbonIntensityClient` into your service or controller. +3. Inject the `CarbonIntensityClient` into your service or controller. ### Original documentation The original documentation for the Carbon Intensity API can be found [here](https://carbon-intensity.github.io/api-definitions/#carbon-intensity-api-v2-0-0).