From f8a922eaf5b9832ab0c009bbf85f56c5a9940324 Mon Sep 17 00:00:00 2001 From: Jules Rosser Date: Mon, 12 Sep 2022 17:16:58 +0100 Subject: [PATCH] make bulletted list consistent --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0f9e32884d9..fb3a256efd22 100644 --- a/README.md +++ b/README.md @@ -221,9 +221,9 @@ created to house a collection of items in plural form and using camelCase (eg: p - components: React native components that are re-used in several places. - libs: Library classes/functions, these are not React native components (ie: they are not UI) - pages: These are components that define pages in the app. The component that defines the page itself should be named -`Page` if there are components used only inside one page, they should live in its own directory named after the ``. +`Page` if there are components used only inside one page, they should live in its own directory named after the `` - styles: These files define styles used among components/pages -- contributingGuides: This is just a set of markdown files providing guides and insights to aid developers in learning how to contribute to this repo. +- contributingGuides: This is just a set of markdown files providing guides and insights to aid developers in learning how to contribute to this repo **Note:** There is also a directory called `/docs`, which houses the Expensify Help site. It's a static site that's built with Jekyll and hosted on GitHub Pages.