From 05ccb0dcfac68128b4a2ec51957a8f2fd7d6305e Mon Sep 17 00:00:00 2001 From: Marten Date: Wed, 17 Sep 2014 00:16:45 -0400 Subject: [PATCH] make it easier to copy the command --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d985af4..7a9fae6 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,8 @@ I originally collected them to filter allowed domains for new user registration Feel free to create PR with more or request removing of your domain (with reasons). -Use `cat disposable_email_blacklist.conf your_file | sort | uniq > disposable_email_blacklist.conf` to add contents of another file in the same format (domains on new line without @). +Use + +`cat disposable_email_blacklist.conf your_file | sort | uniq > disposable_email_blacklist.conf` + +to add contents of another file in the same format (domains on new line without @).