diff --git a/README.md b/README.md
index 33de2ba..4cbdeb9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
Bento: 🍱 A Clean and Simple Startpage
@@ -16,6 +16,7 @@
- [Links and Icons](#links-and-icons)
- [Colors](#colors)
- [Wather Widget](#weather-widget)
+ - [Greetings](#greetings)
- [Image Background](#image-background)
#### Features:
@@ -82,6 +83,19 @@ For setting up the Weather widget you're going to need an API Key in: `https://o
> If you don't like the idea of having your API Key public, you can make the repo into a private one. You can still use the Github Pages service.
+#### Greetings
+You can put your name and change the greetings.
+
+```js
+var name = 'John Doe';
+var lateTxt = 'Go to Sleep! ';
+var morningTxt = 'Good morning! ';
+var afterTxt = 'Good afternoon ';
+var evenTxt = 'Good evening ';
+```
+
+It'll change in order of the hour.
+
#### Image Background
You can set your own background image with the variable `--imgbg` and set the route to the image you want It's disable by default. If you uncomment the variable, it has by default this image: