summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2433b26..c5d526d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Project Name
+# Cosmic
Cosmic is a framework build on top of express.
# Installation
@@ -64,6 +64,11 @@ MYSQL_PASSWORD = "Password"
```
On `NODE_ENV` change `dev` to `prod`
+## Create `favicon` folder
+```bash
+mkdir favicon
+```
+
## Create Pages
To create a page write a `class` then add to the `scripts` folder.
```js