From bbe48d2c3846d0a266601ba3cd5e313896d3e1f3 Mon Sep 17 00:00:00 2001 From: thisfro Date: Sun, 9 Oct 2022 19:17:19 +0200 Subject: [PATCH] Add more info --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c6a212..f101fb3 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,9 @@ Hello $name, your value is $value! would look like the following: ``` Hello h4xx0r, your value is 1337! -``` \ No newline at end of file +``` + +With a `contacts.csv` looking like: +| name | value | +|--------|-------| +| h4xx0r | 1337 | \ No newline at end of file