From 8c7f60a799af4879761df3e273ead7284195da72 Mon Sep 17 00:00:00 2001 From: Jeff Chiu Date: Thu, 3 Dec 2020 10:04:04 -0800 Subject: [PATCH] change file structure --- README.md | 5 +++-- src/{js => }/main.js | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename src/{js => }/main.js (100%) diff --git a/README.md b/README.md index d06d2d0..02455d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # _{TODOApplication Name}_
- +

Authored by Jeff Chiu

Updated on: TODO

@@ -71,5 +71,6 @@ _If there are any issues, I can be contacted at jeffchiudev@gmail.com_ _{TODOTell me about the languages and tools you used to create this app. Assume that I know you probably used HTML and CSS. If you did something really cool using only HTML, point that out.}_ -_This extension is licensed under the MIT license._ +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + Copyright (c) 2020 **_Jeff W. Chiu_** \ No newline at end of file diff --git a/src/js/main.js b/src/main.js similarity index 100% rename from src/js/main.js rename to src/main.js