From 8975d221813ce61e45b6c5ef5cb9cd59d710a17b Mon Sep 17 00:00:00 2001 From: Frank Hessel Date: Fri, 10 Apr 2020 17:21:38 +0200 Subject: [PATCH] Add fancy badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88d2f04..8413d52 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ESP32 HTTPS Server +![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/fhessel/esp32_https_server?label=Version&sort=semver) ![Build Examples](https://github.com/fhessel/esp32_https_server/workflows/Build%20Examples/badge.svg?branch=master) + This repository contains an HTTPS server library that can be used with the [ESP32 Arduino Core](https://github.com/espressif/arduino-esp32). It supports HTTP as well. ## Features