diff --git a/README.md b/README.md
index faa036e..5cf81d9 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# Myna
Tired of squinting at uneven symbols in your code? Frustrated when your `->` looks nothing like arrow, or `$`, `@`, `%` seem mismatched?
-
Want to experience the beauty of ligatures without losing the simplicity of ASCII.
-
Want a font which in which you could learn Haskell and enjoy even Perl? We've got just the font for you!
-Myna is a monospace font which aims to bring harmony to your editor by treating symbols as first-class citizens.
+**Myna** (*Gracula religiosa* 🐦⬛) is a monospace font which aims to bring harmony to your editor by treating symbols as first-class citizens.
+
+
Myna is not designed from the scratch but steals some of the most beautiful features some of your favourite fonts to create a lovely experience.
@@ -18,9 +18,12 @@ Here is why Myna stands apart from other fonts:
- **Language Agnostic**: clean sigils (`$s @a %h &f *x`) for Perl + elegant operators (`:: -> <$> >>=`) for Haskell + clear symbols (`-> ++ -- += << >>`) for C/C++
## Showcase
+
+
+
| Language | Light | Dark |
|----------|-------|------|
-| **Perl** |
|
|
+| **Perl** |
|
|
| **Haskell** |
|
|
| **C** |
|
|
| **Bash** |
|
|
diff --git a/images/Perl_dark.png b/images/Perl_dark.png
new file mode 100644
index 0000000..9137905
Binary files /dev/null and b/images/Perl_dark.png differ
diff --git a/images/Perl_light.png b/images/Perl_light.png
new file mode 100644
index 0000000..7796179
Binary files /dev/null and b/images/Perl_light.png differ