From aef0864243a2fcc8a4e38871f45566156360f709 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 9 Mar 2024 19:26:43 +0100 Subject: [PATCH] docs: refine README.md and ui/web/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 11 +++++++++-- ui/web/README.md | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c82b1a3..117330e3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ +
-# [e-mobility charging stations simulator](https://github.com/sap/e-mobility-charging-stations-simulator) +# [e-Mobility charging stations simulator](https://github.com/sap/e-mobility-charging-stations-simulator) -Simple [node.js](https://nodejs.org/) software to simulate and scale a set of charging stations based on the OCPP-J protocol as part of [SAP e-Mobility](https://www.sap.com/products/scm/e-mobility.html) solution. +
+ +
[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=Clone&query=count&url=https://gist.githubusercontent.com/jerome-benoit/c7c669b881d5b27dc0b44a639504ff93/raw/clone.json&logo=github)](https://github.com/SAP/e-mobility-charging-stations-simulator/graphs/traffic) [![GitHub commit activity (main)](https://img.shields.io/github/commit-activity/m/SAP/e-mobility-charging-stations-simulator/main?color=brightgreen&logo=github)](https://github.com/SAP/e-mobility-charging-stations-simulator/graphs/commit-activity) @@ -10,6 +13,10 @@ Simple [node.js](https://nodejs.org/) software to simulate and scale a set of ch [![REUSE status](https://api.reuse.software/badge/github.com/SAP/e-mobility-charging-stations-simulator)](https://api.reuse.software/info/github.com/SAP/e-mobility-charging-stations-simulator) [![Javascript Standard Style Guide]()](https://standardjs.com) +
+ +Simple [node.js](https://nodejs.org/) software to simulate and scale a set of charging stations based on the OCPP-J protocol as part of [SAP e-Mobility](https://www.sap.com/products/scm/e-mobility.html) solution. + ## Table of contents - [Installation](#installation) diff --git a/ui/web/README.md b/ui/web/README.md index 250d0bd0..b2fd3d84 100644 --- a/ui/web/README.md +++ b/ui/web/README.md @@ -1,5 +1,9 @@ + + The Web UI code and configuration is in the repository directory [ui/web](./../../ui/web/). Commands execution is relative to that directory. ## Table of contents -- 2.34.1