From 6bd13105f7abba3358ef6d792169259f85a68335 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:16:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e721d8..28dad2c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ XingDumper is a Python 3 script that dumps employee data from the XING social networking platform. -The results contain firstname, lastname, position, gender, location and a user's profile link. Only 2 API calls are required to retrieve all employees. +The results contain firstname, lastname, position, gender, location and a user's profile link. Only 2 API calls are required to retrieve all employees. With the `--email-format` CLI flag one can define a Python string format to auto generate email addresses based on the retrieved first and last name. ## ✨ Requirements