From 94b3910f2a323d93aacc943f19d0c7d1a94ec05c Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Wed, 16 Dec 2020 01:42:08 -0500
Subject: [PATCH] Update readme

---
 readme.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index f323cfa..45971bc 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
-- 
GitLab