diff --git a/README.md b/README.md index c5d7a29f..6df18daa 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ In a toplevel, using ocamlfind: ```ocaml # #use "topfind";; +... # #require "containers";; # #require "containers-data";; # CCList.flat_map;;