about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-01-10 14:33:12 +0100
committerEmile <hanemile@protonmail.com>2020-01-10 14:33:12 +0100
commitd19e3ecee50c4287b18d0f033a864bf1cfb9f597 (patch)
treeb99a9fca11b39e2d4bc7a92980e1922191322083
parenta65c7dd191b9fdcbbcc7741111c50b4d09ac3c3d (diff)
description HEAD master
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fdd4b6c..8764087 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # quadtree
 
+> Simple quadtree implementation used during the galaxy-simulation project
+
 Golang quadtree implementation.
 
 Subdividing a given space filled with points recursively.