From e9e4209cc6f47693a6691849d2432fa1dcb446fa Mon Sep 17 00:00:00 2001 From: Jules Rosser Date: Tue, 30 Nov 2021 14:03:12 +0000 Subject: [PATCH 1/2] fix broken link to app structure section of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f424dd72a98..49e954de2bc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ * [Local Development](#local-development) * [Running The Tests](#running-the-tests) * [Debugging](#debugging) -* [Structure of the app](#structure-of-the-app) +* [Structure of the app](#app-structure-and-conventions) * [Philosophy](#Philosophy) * [Internationalization](#Internationalization) * [Deploying](#deploying) From 3236a3f62753845e3b1a71cc6a50550c8ebd2f7b Mon Sep 17 00:00:00 2001 From: Jules Rosser Date: Tue, 30 Nov 2021 14:07:30 +0000 Subject: [PATCH 2/2] update table of contents, align case logic with the existing section titles --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49e954de2bc..2b020af5b5c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ * [Local Development](#local-development) * [Running The Tests](#running-the-tests) * [Debugging](#debugging) -* [Structure of the app](#app-structure-and-conventions) +* [App Structure and Conventions](#app-structure-and-conventions) * [Philosophy](#Philosophy) * [Internationalization](#Internationalization) * [Deploying](#deploying) @@ -124,7 +124,7 @@ Our React Native Android app now uses the `Hermes` JS engine which requires your --- -# App structure and conventions +# App Structure and Conventions ## Onyx This is a persistent storage solution wrapped in a Pub/Sub library. In general that means: