diff --git a/readme.md b/readme.md
index f323cfa3ba5fe4c18ab24e54f864476020d96d4e..45971bcfd93950e635d5d50888f1693d378d0996 100755
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,12 @@ Custom logging file to be imported into other projects.
 
 Improves logging handling above and beyond JavaScript's default definitions.
 
-Make sure to also copy `src/helper_functions.js` file, as well as dependencies as defined in `package.json`.
+
+## Importing to Another Project
+To use project, copy over the `src/logging.js` file, as well as the `src/helper_functions.js` file. Make sure to also
+include and install dependencies as defined in `package.json`.
+
+Then, in any desired files, add `require('<path_to_logging.js>');` to the top of the file.
 
 
 ## Program Setup