From e994ab7ad5f954e35cfe45b13d4bf4aaf2dab957 Mon Sep 17 00:00:00 2001 From: gillkyle Date: Thu, 30 May 2019 22:48:02 -0600 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 79a8199..f8552a8 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,13 @@ In the spirit of minimalism, key features are what are in place for a quick, lig Files are organized into these folders: -`/components`: user interface pieces to construct the design and layout of the site -`/data`: local data transformed by gatsby to become queryable by Gatsby's GraphQL data layer -`/img`: images used by places like landing pages that are optimized by gatsby-image and then queryable in the GraphQL layer -`/pages`: public pages that can be seen by unauthenticated users and are completely server side rendered by Gatsby during `gatsby build` -`/routes`: private, client only routes only visible to authenticated users that are used by the app section of the journal -`/styles`: role based design tokens and theme definitions -`/util`: simple utility functions, for things like formatting dates +`/components`: user interface pieces to construct the design and layout of the site +`/data`: local data transformed by gatsby to become queryable by Gatsby's GraphQL data layer +`/img`: images used by places like landing pages that are optimized by gatsby-image and then queryable in the GraphQL layer +`/pages`: public pages that can be seen by unauthenticated users and are completely server side rendered by Gatsby during `gatsby build` +`/routes`: private, client only routes only visible to authenticated users that are used by the app section of the journal +`/styles`: role based design tokens and theme definitions +`/util`: simple utility functions, for things like formatting dates ## Developing