diff --git a/helper_functions.js b/helper_functions.js
index 5249d41fcfd63860accf752dbf6b77207dc906f9..cd225d2693ec59a592223bb43f856623d1442ff8 100644
--- a/helper_functions.js
+++ b/helper_functions.js
@@ -2,11 +2,12 @@
  * Various helper functions to make JavaScript development easier.
  *
  * https://git.brandon-rodriguez.com/javascript/helper_functions
- * Version 1.0
+ * Version 1.1
  */
 
  // System Imports.
  const chalk = require('chalk');
+ const readline = require('readline-sync');
 
 
 /**