diff --git a/readme.md b/readme.md
index 233cd24..f1b3cf1 100644
--- a/readme.md
+++ b/readme.md
@@ -14,16 +14,12 @@
______________________________________________________________________
-
- A curated
list of falsehoods programmers believe in.
-
-
The logic of the world is prior to all truth and falsehood.
— Ludwig Wittgenstein[1]
-A *falsehood* is an ***idea* that you initially believed was true**, but in reality, it is **proven to be false**.
+A curated [](https://github.com/sindresorhus/awesome) list of falsehoods programmers believe in. A *falsehood* is an ***idea* that you initially believed was true**, but in reality, it is **proven to be false**.
E.g. of an *idea*: valid email address exactly has one `@` character. So, you will use this rule to implement your email-field validation logic. Right? Wrong! The *reality* is: emails can have multiple `@` chars. Therefore your implementation should allow this. The initial *idea* is a falsehood you believed in.