Merge pull request #68 from pveber/patch-1

Fix typo and dead link
This commit is contained in:
Jérémie Dimino 2014-05-12 10:25:18 +01:00
commit 778f2a3fbb
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ sub-command.
For example:
$ camlfind ocamlc -o myutop -thread -linkpkg -linkall -predicates create_toploop \
$ ocamlfind ocamlc -o myutop -thread -linkpkg -linkall -predicates create_toploop \
-package compiler-libs.toplevel,utop myutop.cmo
Note that if you are not using ocamlfind, you will need to do that
@ -200,4 +200,4 @@ yourself. You have to call `Topfind.don't_load` with the list of all
packages linked with the toplevel.
A full example using ocamlbuild is provided in the
[examples/custom-utop]() directory.
[examples/custom-utop](examples/custom-utop) directory.