From 75af69017696ba331161b9d11455171a60bfdc37 Mon Sep 17 00:00:00 2001 From: Papa Libasse Sow Date: Sun, 14 Jan 2024 15:48:04 +0100 Subject: [PATCH] Readme update. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f912f19..ab46514 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ Memory-Units =============== -[![][license-image]][license] -![platform-image](https://img.shields.io/badge/platorms-linux64%20%7C%20osx%20%7C%20windows-lightgrey?style=flat-square) +![license](https://img.shields.io/badge/license-MIT-green.svg?style=flat-square) +![platform-image](https://img.shields.io/badge/platorms-linux64%20%7C%20osx%20%7C%20windows-lightgrey?style=flat-square) ![language](https://img.shields.io/badge/language-c++-blue.svg?style=flat-square) ![c++](https://img.shields.io/badge/std-c++11-blue.svg?style=flat-square) -[license-image]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square -[license]: https://github.com/Nandite/PclWalkerViewer/blob/master/LICENSE This project provides a type named memory_size to represent the size of objects in memory. It has been inspired by the [std::chrono](https://en.cppreference.com/w/cpp/chrono) library,