diff --git a/README.md b/README.md index 405e5c0..18b3969 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -Java collections for primitives. +Java collections for primitives (currently only int) release into the public domain. See [unlicense.org](http://unlicense.org/) for more information + +*IntList* is an implementation of a list to store primitive integers. You can add, insert, replace and remove elements in the list. The ints are stored in an int array and the class takes care of growing the array as needed. You can trim the list to reduce the memory overhead. \ No newline at end of file