diff --git a/README.md b/README.md index b82480d..1872c35 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# minimal-heap \ No newline at end of file +# minimal-heap + +Provides a minimal heap algorithm with no depedencies. Useful for embeded systems or to just play around.