diff --git a/README.md b/README.md
index 5a5b1ae..bab9399 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
-# mipilin
-This website lets you check on how your friends are doing, which is a very good and noble thing and something you should feel proud of yourself for even considering. Also you can let YOUR friends know how YOU'RE doing. I guess.
+
+
mipilin
+
+
+
+
+This website lets you check on how your friends are doing, which is a very good and noble thing and something you should feel proud of for even considering. Also you can let YOUR friends know how YOU'RE doing. I guess.
mipilin **mipilin**
+
+![website screenshot](./screenshot.png)
diff --git a/routes/login.ts b/routes/login.ts
index 11bb5a9..a287d08 100644
--- a/routes/login.ts
+++ b/routes/login.ts
@@ -123,7 +123,7 @@ export default function(app: Express, db: NodePgDatabase) {
req.session["uid"] = uid;
req.flash(
"success",
- "Welcome to mipilin. After two weeks in development, hopefully it will have been worth the wait. Please let me know what you think after you have had a chance to use the website. I can be reached at gaben@roxwize.xyz, and my favorite mood is hormonal. Thanks, and have fun!"
+ "Welcome to mipilin. After three months in development, hopefully it will have been worth the wait. Please let me know what you think after you have had a chance to use the website. I can be reached at gaben@roxwize.xyz, and my favorite mood is hormonal. Thanks, and have fun!"
);
res.redirect("/");
});
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000..3ae460c
Binary files /dev/null and b/screenshot.png differ