diff --git a/README.md b/README.md
index f0e2e45..c7d6807 100644
--- a/README.md
+++ b/README.md
@@ -37,10 +37,14 @@ This GitHub Action will expose the slug/short values of [some GitHub environment
-- `SLUG_URL` on a variable to have a `slug` variable compliant to be used in an URL (Like `SLUG` but `.` is also replaced by `-`)
-- `SHORT` on a variable will limit the string size to 8 characters (useful for _sha_ value)
+- `SLUG_URL` on a variable to have a `slug` variable compliant to be used in an URL
+ - Like `SLUG` but `.` is also replaced by `-`
+- `SHORT` on a variable will limit the string size to 8 characters
+ - Useful for _sha_ value
- `