diff --git a/README.md b/README.md index 5a25675..3158fe0 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,13 @@ It adds all domains found after custom domains are added. If not needed they can The following code is needed in a .env. This is for the DB connection. -> DB_HOST= -> -> DB_PORT= -> -> DATABASE= -> -> DB_USER= -> -> DB_PASS= +```text +DB_HOST= +DB_PORT= +DATABASE= +DB_USER= +DB_PASS= +``` This is based on the phish table. Table can also be changed if needed. @@ -19,25 +17,16 @@ Execution time is *1h23m35.23654842s*. This was for **18855 records**. Sample output with all defined code: -> Script started at 11-01-2023 10:11:17 -> -> Deletion: Number of rows affected: 2 -> -> Altering: Number of rows affected: 0 -> -> Insert: Number of rows affected: 1 -> -> Insert: Number of rows affected: 1 -> -> 11-01-2023 10:11:18: Initial database table setup done -> -> Status code: 200 -> -> Total number of rows affected: 18855 -> -> Recent changes recieved and has been added to the database. Removed domains deleted from database. Reorded domains. -> -> Script ended at 11-01-2023 11:34:52 -> -> Time until completion: 1h23m35.23654842s - +```text +Script started at 11-01-2023 10:11:17 +Deletion: Number of rows affected: 2 +Altering: Number of rows affected: 0 +Insert: Number of rows affected: 1 +Insert: Number of rows affected: 1 +11-01-2023 10:11:18: Initial database table setup done +Status code: 200 +Total number of rows affected: 18855 +Recent changes recieved and has been added to the database. Removed domains deleted from database. Reorded domains. +Script ended at 11-01-2023 11:34:52 +Time until completion: 1h23m35.23654842s +```