From 2f851d192b3f8b157ada916653c7977a7fe04903 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Mon, 12 Dec 2022 00:27:39 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 6e4c148..acf028c 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ ENTSO-e transparency platform API Client built for Deno. Complete. Easy to use. * Works in Deno >=1.16 * Supports [TypeScript](https://www.typescriptlang.org/) -## Documentation - -Full documentation available at [hexagon.github.io/entsoe-api-client](https://hexagon.github.io/entsoe-api-client/). - ### Examples See /examples folder for complete examples @@ -22,4 +18,4 @@ See [Contribution Guide](/CONTRIBUTING.md) ## License -MIT \ No newline at end of file +MIT From 8f0b9b1ed96c0c8685b92d88de5ed830d735d0ae Mon Sep 17 00:00:00 2001 From: Hexagon Date: Mon, 12 Dec 2022 00:28:06 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acf028c..ef9e76f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ENTSO-e transparency platform API Client built for Deno. Complete. Easy to use. Minimal. -[![Deno CI](https://github.com/Hexagon/entsoe-api-client/actions/workflows/deno.yml/badge.svg)](https://github.com/Hexagon/entsoe-api-client/actions/workflows/deno.yml) [![jsdelivr](https://data.jsdelivr.com/v1/package/gh/hexagon/entsoe-api-client/badge?style=rounded)](https://www.jsdelivr.com/package/gh/hexagon/entsoe-api-client) +[![Deno CI](https://github.com/Hexagon/entsoe-api-client/actions/workflows/deno.yml/badge.svg)](https://github.com/Hexagon/entsoe-api-client/actions/workflows/deno.yml) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Hexagon/entsoe-api-client/blob/master/LICENSE) * Works in Deno >=1.16