From 9bedc6e665e1726b15d7b69c3aefbb6e9213aa37 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sat, 21 Jan 2023 00:26:31 +0300 Subject: [PATCH] Added TOC to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 064ceb0..d6b587f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ But as the existing repo contained some sensitive data, that I've pushed due to Without further delay behold my new Lightmeter app inspired by Material You (a.k.a. M3) +## Table of contents + +- [Backstory](#backstory) +- [Legacy features](#legacy-features) +- [Build](#build) + ## Legacy features The list of features that the old lightmeter app has and that have to be implemeneted in the M3 lightmeter. @@ -43,5 +49,4 @@ The list of features that the old lightmeter app has and that have to be impleme ``` flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 ```