From 60672a807157a06dd813d62943fb68940914d5af Mon Sep 17 00:00:00 2001 From: pveber Date: Sat, 10 May 2014 08:48:41 +0200 Subject: [PATCH] Fix typo and dead link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ff2857..d8d3aba 100644 --- a/README.md +++ b/README.md @@ -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.