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