From a8dcac40e02994ecde712b864c2aa96b965dbb5b Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Mon, 12 Oct 2020 04:14:58 -0400 Subject: [PATCH] Update readme --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index af3109a..3607237 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,9 @@ -# Python Graph Library +# Python - Custom Graph Library ## Description -A custom implementation of a graph data structure. Setup as a library for other projects to import.<br><br> +A custom implementation of a graph data structure. Setup as a library for other projects to import. + For information on importing the library as a "git submodule", see `documents/git_submodules.md`. -- GitLab