diff --git a/README.md b/README.md
index 763fc4d..eac8cf1 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@
Terminal string styling done right. ಠ_ಠ
+
+
Install with npm:
```bash
@@ -23,36 +25,68 @@ npm install colors-cli --save-dev
Foreground | Background | | Bright Foreground | Bright Background | |
- black | black_b | |
- black_bt | black_bbt | |
+ black |
+ black_b |
+ |
+ black_bt |
+ black_bbt |
+ |
- red | red_b | |
- red_bt | red_bbt | |
+ red |
+ red_b |
+ |
+ red_bt |
+ red_bbt |
+ |
- green | green_b | |
- green_bt | green_bbt | |
+ green |
+ green_b |
+ |
+ green_bt |
+ green_bbt |
+ |
- yellow | yellow_b | |
- yellow_bt | yellow_bbt | |
+ yellow |
+ yellow_b |
+ |
+ yellow_bt |
+ yellow_bbt |
+ |
- blue | blue_b | |
- blue_bt | blue_bbt | |
+ blue |
+ blue_b |
+ |
+ blue_bt |
+ blue_bbt |
+ |
- magenta | magenta_b | |
- magenta_bt | magenta_bbt | |
+ magenta |
+ magenta_b |
+ |
+ magenta_bt |
+ magenta_bbt |
+ |
- cyan | cyan_b | |
- cyan_bt | cyan_bbt | |
+ cyan |
+ cyan_b |
+ |
+ cyan_bt |
+ cyan_bbt |
+ |
- white | white_b | |
- white_bt | white_bbt | |
+ white |
+ white_b |
+ |
+ white_bt |
+ white_bbt |
+ |
diff --git a/img/screenshot.png b/img/screenshot.png
new file mode 100644
index 0000000..ec618af
Binary files /dev/null and b/img/screenshot.png differ
diff --git a/package.json b/package.json
index 4f1e2d0..dec7067 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "colors-cli",
- "version": "1.0.9",
+ "version": "1.0.10",
"description": "Terminal string styling done right",
"main": "lib/index.js",
"directories": {