From 50048f3f0211aba9a04ca93ed29551eac3f0d0e9 Mon Sep 17 00:00:00 2001 From: AlexandreHiroyuki Date: Tue, 26 Mar 2024 00:40:31 +0900 Subject: [PATCH] docs: :memo: improve readme readability Added ## Getting Started list to make install links easier to find and understand. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad9a095..abd5e9c 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ Data Tome is a C++ library for data analysis and data filtering on IoT devices. Focus on the developer's experience and performance. -This library is listed in the official [Arduino Library Manager](https://www.arduino.cc/reference/en/libraries/datatome/). +## Getting Started -_**—Recommended Platform—**_ Use the [PlatformIO Registry](https://registry.platformio.org/libraries/alexandrehiroyuki/DataTome) to install the library! - -To avoid duplicating data for smaller samples of the same data, _[check the Partials feature](https://alexandrehiroyuki.github.io/DataTomeDocs/docs/category/partials)_! +- This library is listed in the official [Arduino Library Manager](https://www.arduino.cc/reference/en/libraries/datatome/). +- _**—Recommended Platform—**_ Use the [PlatformIO Registry](https://registry.platformio.org/libraries/alexandrehiroyuki/DataTome) to install the library! +- To avoid duplicating data for smaller samples of the same data, _[check the Partials feature](https://alexandrehiroyuki.github.io/DataTomeDocs/docs/category/partials)_! ## Documentation