create-application-template 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<img src='./src/assets/cat.svg' style='height:
|
|
1
|
+
<img src='./src/assets/cat.svg' style='height: 200px;'>
|
|
2
2
|
|
|
3
3
|
# Create Application Template
|
|
4
|
-
|
|
4
|
+
This project aims to provide a configured application template for you to build upon.
|
|
5
5
|
|
|
6
6
|
All configuration is fully visable and under your control to augment as you see fit.
|
|
7
7
|
|