From a04eb38f03fcf109e12e091ebcc87293ff0c2b3a Mon Sep 17 00:00:00 2001 From: Paul Graffam Date: Tue, 5 Feb 2019 16:47:12 -0500 Subject: [PATCH] Update README.md Fixed alignment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b58fbac..c6e0fcc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ src - Directory for all dev files │ ├── data - Any data to be imported into app │ └── utils - Various helpers and vendor classes └── public - Used by webpack-dev-server to serve content. Webpack builds local dev files here. - └── assets - Is copied over to build folder with build command. Place external asset files here. + └── assets - Is copied over to build folder with build command. Place external asset files here. ``` ## Getting started