diff --git a/README.md b/README.md index fa00eab1..ec070726 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ ocaml-containers ================ +![logo](media/logo.png) + +What is _containers_? + - A usable, reasonably well-designed library that extends OCaml's standard library (in `core/`, packaged under `containers` in ocamlfind. Modules are totally independent and are prefixed with `CC` (for "containers-core" @@ -57,6 +61,9 @@ If you have comments, requests, or bugfixes, please share them! :-) This code is free, under the BSD license. +The logo (`media/logo.png`) is +CC-SA3 [wikimedia](http://en.wikipedia.org/wiki/File:Hypercube.svg). + ## Contents The design is mostly centered around polymorphism rather than functors. Such diff --git a/media/logo.png b/media/logo.png new file mode 100644 index 00000000..df7b3d7f Binary files /dev/null and b/media/logo.png differ